From 5ade8193f0326de692972251a034e54496cf8892 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Tue, 11 Jan 2022 13:41:51 -0500 Subject: [PATCH] move highstate messages for more accurate final highstate message --- salt/common/tools/sbin/soup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index 1a99ea859..241011e94 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -1077,7 +1077,7 @@ main() { fi echo "" - echo "Running a highstate to complete the Security Onion upgrade on this manager. This could take several minutes." + echo "Running a highstate. This could take several minutes." set +e salt-call state.highstate -l info queue=True set -e @@ -1097,7 +1097,7 @@ main() { salt-call state.show_top -l error queue=True || fail "salt-master could not be reached. Check $SOUP_LOG for details." set -e - echo "Running a highstate. This could take several minutes." + echo "Running a highstate to complete the Security Onion upgrade on this manager. This could take several minutes." salt-call state.highstate -l info queue=True postupgrade_changes [[ $is_airgap -eq 0 ]] && unmount_update