Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

ghostman & quicksetup.sh aren't executables in Linux #2

Open
TheLiberaceSequence opened this issue Jul 5, 2020 · 1 comment
Open

Comments

@TheLiberaceSequence
Copy link

The scripts aren't marked as executables in Linux. You can't just simply launch ./ghostman or ./quicksetup.sh, you can run them with 'sh' or 'source' but not by themselves. This is fixed by doing chmod a+x for all the executables.

@TheLiberaceSequence
Copy link
Author

also ghostman as a wrapper to the ./bin/ghostman.sh doesn't work as is. it needs the variables for the ghostman.sh script. Now it just prints the help everytime you use it regardless of what variables you give it. one would have to use bin/ghostman.sh $1 $2 $3 $4 etc. as the wrapper for it to work as intended.

I just added a softlink from ghostman to bin/ghostman.sh (ln -sf bin/ghostman.sh ghostman)

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

No branches or pull requests

1 participant