Email address obfuscation in effect -- please
click here to turn it off.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
On Thu, 2006-02-02 at 05:21 -0600, Nowlin, Dan wrote:
> Can anybody tell me why these two commands will work in BASH but not
> in a script?
>
> dvd+rw-format -f /dev/dvd
> growisofs -Z /dev/dvd -J -R /var/ftp/files
Are you using the full path to them in your script, and are you using
bash as the shell the script is running under?
It may be the user the cron job is running as doesn't have these
programs in their path.
make sure
#!/bin/bash
is the first line of your script and try using the full path to your
executables.
Russell.
_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members