From ad97092589f8d46600a4ce695d83155895cac84d Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Sun, 24 May 2020 21:38:37 -0400 Subject: [PATCH] When automating setup installation wait for network availability --- setup/so-setup | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/so-setup b/setup/so-setup index b3c141fae..9384c5e96 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -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