From f57e0fbc56511f2e03a9fcbf6853bea4476630b8 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 19 Aug 2020 10:33:26 -0400 Subject: [PATCH] Salt ACL --- salt/common/tools/sbin/soup | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index f06b085b4..1f09f20b2 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -373,6 +373,12 @@ echo "" echo "Starting Salt Master service." systemctl start salt-master +echo "" +echo "Running a highstate to complete the Security Onion upgrade on this manager. This could take several minutes." +highstate +echo "" +echo "Upgrade from $INSTALLEDVERSION to $NEWVERSION complete." + echo "" echo "Stopping Salt Master to remove ACL" systemctl stop salt-master @@ -383,13 +389,6 @@ echo "" echo "Starting Salt Master service." systemctl start salt-master - -echo "" -echo "Running a highstate to complete the Security Onion upgrade on this manager. This could take several minutes." -highstate -echo "" -echo "Upgrade from $INSTALLEDVERSION to $NEWVERSION complete." - SALTUPGRADED="True" if [[ "$SALTUPGRADED" == "True" ]]; then echo ""