From 976397168663abf99cf10954d6649971126a5c52 Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 4 Dec 2023 21:30:28 +0100 Subject: [PATCH] fix --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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