Fix error message

This commit is contained in:
William Wernert
2021-05-17 15:10:57 -04:00
parent 3625453668
commit 2bcd51b21c

View File

@@ -687,7 +687,7 @@ upgrade_salt() {
set +e set +e
run_check_net_err \ run_check_net_err \
"sh $UPDATE_DIR/salt/salt/scripts/bootstrap-salt.sh -r -F -M -x python3 stable \"$NEWSALTVERSION\"" \ "sh $UPDATE_DIR/salt/salt/scripts/bootstrap-salt.sh -r -F -M -x python3 stable \"$NEWSALTVERSION\"" \
"Could not update soup, please check $SOUP_LOG for details." "Could not update salt, please check $SOUP_LOG or scrollback for details."
set -e set -e
echo "Applying yum versionlock for Salt." echo "Applying yum versionlock for Salt."
echo "" echo ""
@@ -704,7 +704,7 @@ upgrade_salt() {
set +e set +e
run_check_net_err \ run_check_net_err \
"sh $UPDATE_DIR/salt/salt/scripts/bootstrap-salt.sh -F -M -x python3 stable \"$NEWSALTVERSION\"" \ "sh $UPDATE_DIR/salt/salt/scripts/bootstrap-salt.sh -F -M -x python3 stable \"$NEWSALTVERSION\"" \
"Could not update soup, please check $SOUP_LOG for details." "Could not update salt, please check $SOUP_LOG or scrollback for details."
set -e set -e
echo "Applying apt hold for Salt." echo "Applying apt hold for Salt."
echo "" echo ""