Update Soup

This commit is contained in:
Mike Reeves
2020-10-08 14:05:52 -04:00
committed by GitHub
parent 0795aa39ba
commit 26317efe79

View File

@@ -83,12 +83,12 @@ check_airgap() {
# See if this is an airgap install
AIRGAP=$(cat /opt/so/saltstack/local/pillar/global.sls | grep airgap | awk '{print $2}')
if [[ "$AIRGAP" == "True" ]]; then
is_airgap=true
is_airgap=0
UPDATE_DIR=/tmp/soagupdate/SecurityOnion
AGDOCKER=/tmp/soagupdate/docker
AGREPO=/tmp/soagupdate/Packages
else
is_airgap=false
is_airgap=1
fi
}