I have made changes to crontab via SSH and crontab -e and the next day my changes are back to where they were. To be specific:
is how it started and then I changed it too:10 2 * * * /scripts/upcp > /dev/null 2>&1
0 23 * * * /scripts/cpbackup > /dev/null 2>&1The next day > /dev/null 2>&1 is added back and they have a different time.10 2 * * * /scripts/upcp
0 23 * * * /scripts/cpbackup
Is there some cPanel auto update writing over my changes?



LinkBack URL
About LinkBacks
Reply With Quote




