diff --git a/iso/installer/install.sh b/iso/installer/install.sh index f39f4c21..e945f00b 100755 --- a/iso/installer/install.sh +++ b/iso/installer/install.sh @@ -682,7 +682,7 @@ myCRONJOBS=" */1 * * * * root mv --backup=numbered /data/dionaea/roots/ftp/* /data/dionaea/binaries/ # Daily reboot -27 3 * * * root systemctl stop tpot && docker stop \$(docker ps -aq) && docker rm \$(docker ps -aq) && reboot +27 3 * * * root systemctl stop tpot && docker stop \$(docker ps -aq) || docker rm \$(docker ps -aq) || reboot # Check for updated packages every sunday, upgrade and reboot 27 16 * * 0 root apt-get autoclean -y && apt-get autoremove -y && apt-get update -y && apt-get upgrade -y && sleep 10 && reboot