testan a reboold \

This commit is contained in:
2025-10-14 08:01:49 -06:00
parent 9fa8c94f5f
commit 3926f399d7
+2
View File
@@ -311,6 +311,7 @@ phase_five () {
} }
# do the suto thinggg # do the suto thinggg
# if da file is there
if [ -f $status_log ]; then if [ -f $status_log ]; then
if [[ "$(cat $installer_status)" == 1 ]]; then if [[ "$(cat $installer_status)" == 1 ]]; then
phase_two phase_two
@@ -323,6 +324,7 @@ if [ -f $status_log ]; then
else else
exit 1 exit 1
fi fi
# if da file is not there
else else
phase_one phase_one
fi fi