testan a reboold \

This commit is contained in:
2025-10-14 08:01:09 -06:00
parent 112b2c13b0
commit 9fa8c94f5f
+4 -4
View File
@@ -312,13 +312,13 @@ phase_five () {
# do the suto thinggg
if [ -f $status_log ]; then
if [[ "$(cat $installer_status)" =~ "*1*" ]]; then
if [[ "$(cat $installer_status)" == 1 ]]; then
phase_two
elif [[ "$(cat $installer_status)" =~ "*2*" ]]; then
elif [[ "$(cat $installer_status)" == 2 ]]; then
phase_three
elif [[ "$(cat $installer_status)" =~ "*3*" ]]; then
elif [[ "$(cat $installer_status)" == 3 ]]; then
phase_four
elif [[ "$(cat $installer_status)" =~ "*4*" ]]; then
elif [[ "$(cat $installer_status)" == 4 ]]; then
phase_five
else
exit 1