k0boldz ARE COBALT \

This commit is contained in:
2025-10-14 11:44:03 -06:00
parent 450b0eb2d4
commit ced3d95ed1
+2 -2
View File
@@ -56,7 +56,7 @@ long_sleep () {
# reboot host # reboot host
run_reboot () { run_reboot () {
echo -e "\n\nREBOOTING IN $long_delay MINUTES\n\n" echo -e "\n\nREBOOTING IN $long_delay MINUTES!\n\n"
sudo shutdown -r +$long_delay sudo shutdown -r +$long_delay
} }
@@ -450,7 +450,7 @@ phase_five () {
echo 5 > $installer_status echo 5 > $installer_status
# update the log # update the log
echo "installer4.sh done 5/5\nCOMPLETE AT $(date +%s)" >> $status_log echo "phase 5 done 5/5\nCOMPLETE AT $(date +%s)" >> $status_log
# finish the tmp file # finish the tmp file
echo "installed" > $installer_status echo "installed" > $installer_status