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="[email protected]"
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 "https://xxxxx.php"
4 0,12 * * * wget --quiet --delete-after "https://xxxxxx.php"
5 0,12 * * * wget --quiet --delete-after "https://xxxxxx.php"
6 0,12 * * * wget --quiet --delete-after "https://xxxxxx.php"
etc...
how do I restore it in the account?
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="[email protected]"
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 "https://xxxxx.php"
4 0,12 * * * wget --quiet --delete-after "https://xxxxxx.php"
5 0,12 * * * wget --quiet --delete-after "https://xxxxxx.php"
6 0,12 * * * wget --quiet --delete-after "https://xxxxxx.php"
etc...
how do I restore it in the account?
Last edited by a moderator: