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