Running Version 17.8.11 Update #91
I have scripts with #!/bin/bash as the first line. The scripts are running perfectly via cron.
To run the scripts on a command line, I have to put bash in front of the script name otherwise I get "Command not found".
The "Access to server over SSH" option is set to /bin/bash in Web Hosting Access.
Is there a way to make it so I don't have to type bash in front of any of my own scripts in order to get them to run?
Thank you.
I have scripts with #!/bin/bash as the first line. The scripts are running perfectly via cron.
To run the scripts on a command line, I have to put bash in front of the script name otherwise I get "Command not found".
The "Access to server over SSH" option is set to /bin/bash in Web Hosting Access.
Is there a way to make it so I don't have to type bash in front of any of my own scripts in order to get them to run?
Thank you.