X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/move_up?a=blobdiff_plain;f=jessie_start_server.sh;h=6030a26438a62e977788975a5de88b704a3b3a96;hb=a18dccfc198b42318da43314b3a1d4c5a621a029;hp=d3af7fbfe515b4a2f398f71abebe5e2db245d5d6;hpb=39ee3768058ac5553dd35532eab0046c9620b2b1;p=config diff --git a/jessie_start_server.sh b/jessie_start_server.sh index d3af7fb..6030a26 100755 --- a/jessie_start_server.sh +++ b/jessie_start_server.sh @@ -100,7 +100,7 @@ service postfix restart # Set up regular system update reminder. apt-get -y install cron -su plom -c "echo '0 0 * * 0 ~/config/bin/simplemail.sh ~/config/mails/update_reminder' | crontab -" +su plom -c "echo '0 18 * * 0 ~/config/bin/simplemail.sh ~/config/mails/update_reminder' | crontab -" # Set up screen. apt-get -y install screen