0 3 * * * /sbin/shutdown -r now 15 3 * * * /root/bin/psychostats.sh 15 4 * * * /root/bin/hlds.sh
here is the psychostats.sh : #!/bin/bash # psychostats start script cd exec ./stats.pl
Why not just
15 3 * * * /root/psychostats1.9.1/stats.pl
In your crontab?
the hlds.sh works fine when executed by me, but wont work with crontab. both files are executables, thanks for the help.
check /etc/syslog.conf for where cron entries go. check /var/log/<filename from syslog.conf> for errors.
check /etc/aliases for whos mailbox mail for root goes to. then check that users mailbox for mail from cron.
The errors should be listed in there.
_______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

