testan a reboold \
This commit is contained in:
+4
-4
@@ -312,13 +312,13 @@ phase_five () {
|
|||||||
|
|
||||||
# do the suto thinggg
|
# do the suto thinggg
|
||||||
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
|
||||||
elif [[ "$(cat $installer_status)" =~ "*2*" ]]; then
|
elif [[ "$(cat $installer_status)" == 2 ]]; then
|
||||||
phase_three
|
phase_three
|
||||||
elif [[ "$(cat $installer_status)" =~ "*3*" ]]; then
|
elif [[ "$(cat $installer_status)" == 3 ]]; then
|
||||||
phase_four
|
phase_four
|
||||||
elif [[ "$(cat $installer_status)" =~ "*4*" ]]; then
|
elif [[ "$(cat $installer_status)" == 4 ]]; then
|
||||||
phase_five
|
phase_five
|
||||||
else
|
else
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user