diff --git a/installer_auto.sh b/installer_auto.sh index 44cd00e..2365070 100644 --- a/installer_auto.sh +++ b/installer_auto.sh @@ -317,6 +317,7 @@ if [ -f $status_log ]; then phase_four elif [[ $(cat $installer_status) =~ "*4*" ]]; then phase_five + fi else phase_one fi \ No newline at end of file