|
the first line in the script is often called the "bang line", and it points to the shell used to execute the script. if the two shell location paths you have tried so far (/bin/sh and /bin/bash) don't work, you need to determine which shells are available to be used, and where they are located on your system.
check other existing working scripts on the same system to determine the shell they are using, and then try using the same shell and location in your script here.
__________________
rRhino.com ...social networking for book fans...
|