From e097ca10036ec7ff2a8c5d7ea09aeb7ea49600aa Mon Sep 17 00:00:00 2001 From: sean Date: Thu, 18 Jul 2019 17:10:27 -0700 Subject: [PATCH] tweak --- setup.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/setup.sh b/setup.sh index 06e45fd..d716abb 100644 --- a/setup.sh +++ b/setup.sh @@ -520,6 +520,15 @@ echo " exit 1">> /mnt/setup-chroot.sh echo "fi">> /mnt/setup-chroot.sh echo "echo \"Done.\"" >> /mnt/setup-chroot.sh + +echo "systemctl enable cron" >> /mnt/setup-chroot.sh +#crontab -l > mycron +#echo new cron into cron file +#echo "00 09 * * 1-5 echo hello" >> mycron +#install new cron file +#crontab mycron +#rm mycron + # add the firewall rule for SSH, but there may already be an exception for this, test the network in the live environment echo ""