From e113e75f4d4e457a670663fe74484f8074962ebe Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 3 May 2021 18:52:40 -0400 Subject: [PATCH] Update soup --- 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 41182a8ef..e1bda105d 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -711,7 +711,7 @@ echo "Checking for Salt Master and Minion updates." upgrade_check_salt -if [ $is_hotfix ]; then +if [ "$is_hotfix" == "true" ]; then echo "Applying $HOTFIXVERSION" copy_new_files echo ""