Update soup

This commit is contained in:
Mike Reeves
2021-05-03 18:52:40 -04:00
committed by GitHub
parent 9066959945
commit e113e75f4d

View File

@@ -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 ""