problem with script execution SOLVED!
Ray
rastill at shaw.ca
Fri Dec 1 22:39:45 PST 2006
On Friday 01 December 2006 1:03 am, Christian Walther wrote:
> Try adding "#!/bin/sh" as the first new line of your script. Roughly
> speaking: This makes the system use /bin/sh as the shell that executes
> the script.
> Specifying a PATH inside the script might help, too. Scripts have a
> very small environment set by default, so your PATH might be just
> something like /bin:/usr/bin. If sudo is in /usr/local/bin it won't
> work.
>
Thank you!
That was it.
Ray
More information about the freebsd-questions
mailing list