mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
temporarily abort automated installation
This commit is contained in:
@@ -27,6 +27,7 @@ export setup_type
|
|||||||
automation=$2
|
automation=$2
|
||||||
if [[ -f automation/$automation && $(basename $automation) == $automation ]]; then
|
if [[ -f automation/$automation && $(basename $automation) == $automation ]]; then
|
||||||
echo "Preselecting variable values based on automated setup: $automation"
|
echo "Preselecting variable values based on automated setup: $automation"
|
||||||
|
exit 1
|
||||||
source automation/$automation
|
source automation/$automation
|
||||||
sleep 30 # Re-implement with network availability probe
|
sleep 30 # Re-implement with network availability probe
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user