From 3926f399d78b50987e13677eaa0d8188ef090872 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 14 Oct 2025 08:01:49 -0600 Subject: [PATCH] testan a reboold \ --- installer_auto.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installer_auto.sh b/installer_auto.sh index 3def464..e2626a3 100644 --- a/installer_auto.sh +++ b/installer_auto.sh @@ -311,6 +311,7 @@ phase_five () { } # do the suto thinggg +# if da file is there if [ -f $status_log ]; then if [[ "$(cat $installer_status)" == 1 ]]; then phase_two @@ -323,6 +324,7 @@ if [ -f $status_log ]; then else exit 1 fi +# if da file is not there else phase_one fi \ No newline at end of file