mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
When automating setup installation wait for network availability
This commit is contained in:
@@ -28,6 +28,7 @@ automation=$2
|
||||
if [[ -f automation/$automation && $(basename $automation) == $automation ]]; then
|
||||
echo "Preselecting variable values based on automated setup: $automation"
|
||||
source automation/$automation
|
||||
sleep 30 # Re-implement with network availability probe
|
||||
fi
|
||||
|
||||
case "$setup_type" in
|
||||
|
||||
Reference in New Issue
Block a user