remove a net check

This commit is contained in:
Mike Reeves
2021-06-24 11:32:01 -04:00
parent bdd1074be7
commit 81bb7c6534

View File

@@ -745,6 +745,7 @@ verify_latest_update_script() {
main() { main() {
set -e set -e
set +e
trap 'check_err $?' EXIT trap 'check_err $?' EXIT
echo "### Preparing soup at $(date) ###" echo "### Preparing soup at $(date) ###"
@@ -808,7 +809,7 @@ main() {
echo "Checking for Salt Master and Minion updates." echo "Checking for Salt Master and Minion updates."
upgrade_check_salt upgrade_check_salt
set -e
if [ "$is_hotfix" == "true" ]; then if [ "$is_hotfix" == "true" ]; then
echo "Applying $HOTFIXVERSION" echo "Applying $HOTFIXVERSION"