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

Permissions are not set when updating "cncli.sh" manually. #1135

Closed
btbf opened this issue Oct 6, 2021 · 2 comments
Closed

Permissions are not set when updating "cncli.sh" manually. #1135

btbf opened this issue Oct 6, 2021 · 2 comments

Comments

@btbf
Copy link

btbf commented Oct 6, 2021

Describe the bug
Permissions are not set when updating cncli.sh manually.

To Reproduce
1

Additional context
https://github.com/cardano-community/guild-operators/blob/master/scripts/cnode-helper-scripts/env
After modifying line 403 of the env file, no error occurred and the permissions were set correctly.

Before fix [[ ! "${1}" == "env" ]] && chmod +x "${1}"
After fix [[ ! "${1}" == "env" ]] && chmod +x "${PARENT}/${1}"

rdlrt added a commit that referenced this issue Oct 6, 2021
@rdlrt
Copy link
Contributor

rdlrt commented Oct 6, 2021

Thanks, linked PR should fix the change

@btbf
Copy link
Author

btbf commented Oct 7, 2021

Thanks!

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

No branches or pull requests

2 participants