mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Don't unmount airgap directory if not airgap
This commit is contained in:
@@ -931,7 +931,7 @@ main() {
|
|||||||
echo "Running a highstate. This could take several minutes."
|
echo "Running a highstate. This could take several minutes."
|
||||||
salt-call state.highstate -l info queue=True
|
salt-call state.highstate -l info queue=True
|
||||||
postupgrade_changes
|
postupgrade_changes
|
||||||
unmount_update
|
[[ $is_airgap -eq 0 ]] && unmount_update
|
||||||
thehive_maint
|
thehive_maint
|
||||||
|
|
||||||
if [[ $UPGRADESALT -eq 1 ]]; then
|
if [[ $UPGRADESALT -eq 1 ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user