From e04ec1042a6a8cec477b8475416095e5506e4e8c Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Fri, 18 Aug 2023 09:12:19 -0400 Subject: [PATCH] Update soup --- salt/manager/tools/sbin/soup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/salt/manager/tools/sbin/soup b/salt/manager/tools/sbin/soup index af09cc9df..857ce0775 100755 --- a/salt/manager/tools/sbin/soup +++ b/salt/manager/tools/sbin/soup @@ -660,15 +660,15 @@ verify_latest_update_script() { } # Keeping this block in case we need to do a hotfix that requires salt update -#apply_hotfix() { +apply_hotfix() { # if [[ "$INSTALLEDVERSION" == "2.3.90" ]] ; then # fix_wazuh # elif [[ "$INSTALLEDVERSION" == "2.3.110" ]] ; then # 2_3_10_hotfix_1 # else -# echo "No actions required. ($INSTALLEDVERSION/$HOTFIXVERSION)" + echo "No actions required. ($INSTALLEDVERSION/$HOTFIXVERSION)" # fi -#} +} #upgrade salt to 3004.1