6-prerelease6.6

This commit is contained in:
2024-11-13 18:23:11 -07:00
parent b90908df51
commit d5865a1190
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -357,7 +357,7 @@ function handleDownloadInstall() {
handleReboot() {
# writeToLog "Handling reboot: (function ran)\n"
sudo reboot
eval "sudo shutdown -r +$rebootMins"
}
# warning not work how i make it work fuckin ell
@@ -595,6 +595,7 @@ elif [[ "$arg" == "cron" || "$arg" == "c" ]]; then # full install with warn, sle
action="REINSTALL (CRON)"
# sleepMins=3
sleepMins=0
rebootMins=3
handleStart
handleLogoutAllUsers