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
+1 -1
View File
@@ -49,7 +49,7 @@ testan:
x bash reinstall-esp-idf.sh i
x bash reinstall-esp-idf.sh nuke
x bash reinstall-esp-idf.sh n
bash reinstall-esp-idf.sh uninstall
x bash reinstall-esp-idf.sh uninstall
bash reinstall-esp-idf.sh cron
bash reinstall-esp-idf.sh c
+1 -1
View File
@@ -1 +1 @@
6-prerelease6.5
6-prerelease6.6