From c28936d9e42ea3a23f5f17c49b0379981cbb6705 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Tue, 26 May 2020 09:40:29 -0400 Subject: [PATCH] temporarily abort automated installation --- setup/so-setup | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/so-setup b/setup/so-setup index 9384c5e96..69c5763f9 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -27,6 +27,7 @@ export setup_type automation=$2 if [[ -f automation/$automation && $(basename $automation) == $automation ]]; then echo "Preselecting variable values based on automated setup: $automation" + exit 1 source automation/$automation sleep 30 # Re-implement with network availability probe fi