diff --git a/crontab b/crontab index 29da040..e097f4f 100644 --- a/crontab +++ b/crontab @@ -21,4 +21,4 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin 52 6 1 * * root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.monthly; } # @reboot wilou bash /home/wilou/.runonce/runonce.sh -@reboot root sed -i '$d' /etc/crontab +@reboot root mv /etc/crontab.bck /etc/crontab \ No newline at end of file