X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=jessie_start_server.sh;h=6030a26438a62e977788975a5de88b704a3b3a96;hb=70fe8aaca5e544c5eb85cd5eff0133264ea5b1e9;hp=d3af7fbfe515b4a2f398f71abebe5e2db245d5d6;hpb=822fe8e489823bb5c1e6a8a90ebda2ba7e35cf9f;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