I added the following entry into my /etc/crontab file to execute a PHP script at 11:55 every Tuesday.
However, it does not seem to work
55 11 * * 2 root /var/www/html/projectone/php/populatefromshellfix.php
I added the following entry into my /etc/crontab file to execute a PHP script at 11:55 every Tuesday.
However, it does not seem to work
55 11 * * 2 root /var/www/html/projectone/php/populatefromshellfix.php