cardano-community / guild-operators

Artifacts and scripts created by Guild operators
https://cardano-community.github.io/guild-operators
MIT License
354 stars 177 forks source link

Post CNTools Upgrade the cntools.sh is no longer executable #558

Closed TrevorBenson closed 3 years ago

TrevorBenson commented 3 years ago

Describe the bug Using the built in cntools update replaces the cntools.sh file with one that is not set executable, requiring a manual chmod +x.

To Reproduce Steps to reproduce the behavior:

  1. Run the cntools update option
  2. Once complete pres up arrow to re-run cntools.sh
  3. Observe error like: "bash: /opt/cardano/testnet/scripts/cntools.sh: Permission denied"

Expected behavior After the update the file should still be executable so it can be immediately run without user modifying permissions.

Version:

rdlrt commented 3 years ago

Was one of the items fixed in CNTools 6.1.0, please execute chmod 750 once and you should be fine for CNTools (for gLiveView, skip/wait for upgrade to 1.9 directly)