Code: Select all
0 2 * * * /home/scottttt/public_html/tasks.phpWhy am I getting this message?
Moderator: General Moderators
Code: Select all
0 2 * * * /home/scottttt/public_html/tasks.phpCode: Select all
0 2 * * * "/usr/bin/php /home/scottttt/public_html/tasks.php"Code: Select all
#!/usr/bin/phpCode: Select all
chmod +x /path/to/php/script.phpCode: Select all
*/30 * * * * cd /home/screwedup/web/tools; /usr/bin/php ringupdater.php > /dev/null 2>&1
5 1 * * * /usr/bin/wget http://www.example.com/tools/ringnotify.php | mail -s "ringnotify.php" me@example.com