mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +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))
|
attempt=$((attempt + 1))
|
||||||
info "Sleeping 10s to try again"
|
info "Sleeping 10s to try again"
|
||||||
sleep 10;
|
sleep 10;
|
||||||
logCmd 'ip a | grep "$MNIC:" | grep "state UP"'
|
logCmd "ip a | grep '$MNIC:' | grep 'state UP'"
|
||||||
done
|
done
|
||||||
info "Network is up on $MNIC"
|
info "Network is up on $MNIC"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user