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