mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
Add more logging to setup process
This commit is contained in:
@@ -196,7 +196,7 @@ if [[ -f automation/$automation && $(basename $automation) == $automation ]]; th
|
||||
attempt=$((attempt + 1))
|
||||
info "Sleeping 10s to try again"
|
||||
sleep 10;
|
||||
logCmd 'ip a | grep "$MNIC:" | grep "state UP"'
|
||||
logCmd "ip a | grep '$MNIC:' | grep 'state UP'"
|
||||
done
|
||||
info "Network is up on $MNIC"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user