mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-27 15:07:51 +02:00
Merge pull request #15496 from Security-Onion-Solutions/revert-15468-reyesj2/iso-soup
Revert "don't set is_airgap when using nonairgap_useiso: not a true airgap sy…"
This commit is contained in:
@@ -206,18 +206,14 @@ check_airgap() {
|
|||||||
else
|
else
|
||||||
nonairgap_useiso=1
|
nonairgap_useiso=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$AIRGAP" == "true" ]]; then
|
|
||||||
is_airgap=0
|
|
||||||
else
|
|
||||||
is_airgap=1
|
|
||||||
fi
|
|
||||||
|
|
||||||
# use ISO if its airgap install OR ISOLOC was set with -f <path>
|
# use ISO if its airgap install OR ISOLOC was set with -f <path>
|
||||||
if [[ "$AIRGAP" == "true" ]] || [[ $nonairgap_useiso -eq 0 ]]; then
|
if [[ "$AIRGAP" == "true" ]] || [[ $nonairgap_useiso -eq 0 ]]; then
|
||||||
|
is_airgap=0
|
||||||
UPDATE_DIR=/tmp/soagupdate/SecurityOnion
|
UPDATE_DIR=/tmp/soagupdate/SecurityOnion
|
||||||
AGDOCKER=/tmp/soagupdate/docker
|
AGDOCKER=/tmp/soagupdate/docker
|
||||||
AGREPO=/tmp/soagupdate/minimal/Packages
|
AGREPO=/tmp/soagupdate/minimal/Packages
|
||||||
|
else
|
||||||
|
is_airgap=1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user