add back comment

This commit is contained in:
m0duspwnens
2024-02-13 16:19:50 -05:00
parent 00f2374582
commit 2e9fa2438b

View File

@@ -797,6 +797,7 @@ verify_latest_update_script() {
salt-call state.apply common.soup_scripts queue=True -linfo --file-root=$UPDATE_DIR/salt --local
# 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."