Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd tool hz init files with unexpected executable permissions #1261

Closed
alkiller22 opened this issue Jan 16, 2025 · 1 comment · Fixed by #1262
Closed

cmd tool hz init files with unexpected executable permissions #1261

alkiller22 opened this issue Jan 16, 2025 · 1 comment · Fixed by #1262
Assignees

Comments

@alkiller22
Copy link

Describe the bug

hz 初始化项目后,除 build.sh 与 script/bootstrap.sh 外的文件也有可执行权限
After initializing a project, files other than "build.sh" and "script/bootstrap.sh" also have executable permissions.

To Reproduce

Steps to reproduce the behavior:

  1. [ in shell ] hz new -module xxx/yyy
  2. [ in shell ] ls -lah
  3. See error

Expected behavior

只有 build.sh 与 script/bootstrap.sh 文件具有可执行权限
Only the files "build.sh" and "script/bootstrap.sh" have executable permissions.

Hertz version:
hz version v0.9.1
github.com/cloudwego/hertz v0.9.5

@xiaost
Copy link
Contributor

xiaost commented Jan 20, 2025

Thanks for your feedback. It's confirmed, and we will fix it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

3 participants