Hello all,
After I ran the crypt comand over a file and saved it to a new file, I'm getting this error after running the new file:
#./test.sh
./test.sh: syntax error at line 2: `)' unexpected
This is how I ran the crypt command:
# crypt password < run-test.sh > test.sh
I would like to ran the file but having it encrypted so no one could mess the script.
Any help would be appreciated.
After I ran the crypt comand over a file and saved it to a new file, I'm getting this error after running the new file:
#./test.sh
./test.sh: syntax error at line 2: `)' unexpected
This is how I ran the crypt command:
# crypt password < run-test.sh > test.sh
I would like to ran the file but having it encrypted so no one could mess the script.
Any help would be appreciated.