From 0615d635ebafb7edc3bfebea6069e217999b7772 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 17 Jun 2021 16:12:39 -0400 Subject: [PATCH] let the first highstate pass --- salt/common/tools/sbin/soup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index 32280f707..ba32cc3ca 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -904,7 +904,9 @@ main() { echo "" echo "Running a highstate to complete the Security Onion upgrade on this manager. This could take several minutes." + set +e salt-call state.highstate -l info queue=True + set -e echo "" echo "Upgrade from $INSTALLEDVERSION to $NEWVERSION complete."