cron jobs of account disappeared
Hello,
suddently in one account of my server that is a resseler until some hours ago it had dozens of cron jobs. Now it has none.
I downloaded a backup and found a file that state all the cron jobs as:
SHELL="/bin/bash"
MAILTO="webmaster@xxxx.xx"
0 0 * * * cd /home/xxx/public_html/xxxxx.eu && /usr/local/bin/php /home/xxxx/public_html/xxxx.eu/wp-cron.php
3 0,12 * * * wget --quiet --delete-after "
-
The user cron job file is stored at /var/spool/cron/USERNAME
Check if the cronjob file of the concerned user exits with the required entries or it is empty, If you have the backup of the cron job file you can try restoring it at/var/spool/cron/USERNAME
Note: Replace USERNAME with your cP user account name.0 -
Thanks, @kodeslogic !!! 0
Please sign in to leave a comment.
Comments
2 comments