From 074fe46e9016a643b982870c7eb0d3a80eca47f4 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 3 May 2021 15:02:51 -0400 Subject: [PATCH] Adding airgap hotfix --- salt/common/tools/sbin/soup | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index 637818a49..679e7a9db 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -721,18 +721,19 @@ upgrade_space echo "Checking for Salt Master and Minion updates." upgrade_check_salt -echo "" -echo "Performing upgrade from Security Onion $INSTALLEDVERSION to Security Onion $NEWVERSION." -echo "" if [[ $is_hotfix ]]; then - echo "Do Hotfix Things" + echo "Applying $HOTFIXVERSION" copy_new_files echo "" update_version salt-call state.highstate -l info queue=True else + echo "" + echo "Performing upgrade from Security Onion $INSTALLEDVERSION to Security Onion $NEWVERSION." + echo "" + echo "Updating dockers to $NEWVERSION." if [ $is_airgap -eq 0 ]; then airgap_update_dockers