diff --git a/build.sh b/build.sh index 4dd2c99..3e0ad21 100644 --- a/build.sh +++ b/build.sh @@ -186,7 +186,7 @@ ssh "$osname" sh </dev/null; then -crontab -l | { cat; echo "@reboot /reboot.sh"; } | crontab -- +crontab -l | { cat; echo "* * * * * /reboot.sh"; } | crontab -- else crontab -l | { cat; echo "@reboot /reboot.sh"; } | crontab - fi