Bradhost
01-30-2008, 05:15 AM
A client has a problem running a shell script via cron
If I log in via ssh I can run the script no problem
here is his cron
*/3**** /home/****/domains/***/public_html/cod4stats/contrib/runparser_full.sh
and here is the contents of the script
#!/bin/sh
cd /home/***/domains/***/public_html/cod4stats/contrib/
php ../admin/parser-shell.php fullupdate
php ../admin/parser-shell.php runtotalstats
anybody any ideas?
If I log in via ssh I can run the script no problem
here is his cron
*/3**** /home/****/domains/***/public_html/cod4stats/contrib/runparser_full.sh
and here is the contents of the script
#!/bin/sh
cd /home/***/domains/***/public_html/cod4stats/contrib/
php ../admin/parser-shell.php fullupdate
php ../admin/parser-shell.php runtotalstats
anybody any ideas?