m0duspwnens
2020-11-05 18:17:11 -05:00
parent a95129b8c2
commit c7b4a5351c

View File

@@ -146,7 +146,7 @@ parse_status() {
# if a highstate has not run since system start time, but a highstate is currently running
# then show that the containers are STARTING
elif [ $HIGHSTATE_RUNNING -eq 0 ]; then
elif [[ "$HIGHSTATE_RUNNING" == 0 ]]; then
printf $STARTING_STRING && return 0
# if a highstate has not finished running since system startup and isn't currently running