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)
/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)
/bin/sh -c "(export PATH=/usr/bin:/bin; /usr/local/bin/shellscript.sh)"