remove references to 3003.1 change to 3003

This commit is contained in:
m0duspwnens
2021-04-06 09:15:22 -04:00
parent 5525b9e97d
commit 1ea0be0097
5 changed files with 7 additions and 11 deletions

View File

@@ -650,11 +650,6 @@ echo "Checking if Salt was upgraded."
echo ""
# Check that Salt was upgraded
SALTVERSIONPOSTUPGRADE=$(salt --versions-report | grep Salt: | awk {'print $2'})
if [[ "." =~ .*"$SALTVERSIONPOSTUPGRADE".* ]]; then
SALTVERSIONPOSTUPGRADE=$SALTVERSIONPOSTUPGRADE
else
SALTVERSIONPOSTUPGRADE="${SALTVERSIONPOSTUPGRADE}.1"
fi
if [[ "$SALTVERSIONPOSTUPGRADE" != "$NEWSALTVERSION" ]]; then
echo "Salt upgrade failed. Check of indicators of failure in $SOUP_LOG."
echo "Once the issue is resolved, run soup again."