diff --git a/salt/manager/tools/sbin/soup b/salt/manager/tools/sbin/soup index 948fc10b1..2e9c423ff 100755 --- a/salt/manager/tools/sbin/soup +++ b/salt/manager/tools/sbin/soup @@ -782,9 +782,11 @@ verify_latest_update_script() { # Verify that soup scripts updated as expected get_soup_script_hashes if [[ "$CURRENTSOUP" == "$GITSOUP" && "$CURRENTCMN" == "$GITCMN" && "$CURRENTIMGCMN" == "$GITIMGCMN" && "$CURRENTSOFIREWALL" == "$GITSOFIREWALL" ]]; then + echo "Succesfully updated soup scripts." + else echo "There was a problem updating soup scripts.. Trying to rerun script update" salt-call state.apply common.soup_scripts queue=True -linfo - else + fi echo "" echo "The soup script has been modified. Please run soup again to continue the upgrade." exit 0