From 3625453668953d6d6a7c18cea26e4c16909a6344 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Mon, 17 May 2021 11:00:28 -0400 Subject: [PATCH] Don't unmount airgap directory if not airgap --- salt/common/tools/sbin/soup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index e5c09a487..676c5b0bc 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -931,7 +931,7 @@ main() { echo "Running a highstate. This could take several minutes." salt-call state.highstate -l info queue=True postupgrade_changes - unmount_update + [[ $is_airgap -eq 0 ]] && unmount_update thehive_maint if [[ $UPGRADESALT -eq 1 ]]; then