mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 02:32:46 +01:00
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user