If you have a shellscript thats run okay from shell, but not will running from cron, run this command (This is what it looks like when cron run it)
1 |
/bin/sh -c "(export PATH=/usr/bin:/bin; /usr/local/bin/shellscript.sh)" |
If you have a shellscript thats run okay from shell, but not will running from cron, run this command (This is what it looks like when cron run it)
1 |
/bin/sh -c "(export PATH=/usr/bin:/bin; /usr/local/bin/shellscript.sh)" |