more bugfixes 9

This commit is contained in:
2025-05-09 17:20:33 -06:00
parent 7fa7f46972
commit e98ff8d6dc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -373,7 +373,7 @@ function handleDownloadInstall() {
}
handleReboot() {
messagePTY "\n\nRebooting in $sleepMins minutes!!\n\n"
messagePTY "\n\nRebooting in $sleepMins minutes\ncancel with 'shutdown -c'!!\n\n"
sudo shutdown -r +$rebootMins
}