From 93c5e6a9e8e8cba7ec5a09d15ae9cb1b9ad68962 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 2 Aug 2023 09:49:14 -0400 Subject: [PATCH] Add supersoup mode --- salt/common/tools/sbin/soup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index a9615b1e7..818beb71e 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -27,7 +27,8 @@ if [[ $INSTALLEDVERSION == "2.4.4" ]]; then echo "No Capes!" wget https://raw.githubusercontent.com/Security-Onion-Solutions/securityonion/2.4/dev/salt/manager/tools/sbin/soup cp soup /opt/so/saltstack/ - salt-call state.apply manager --queue=true + echo "Replacing soup" + salt-call state.apply manager echo "Please run soup a second time." exit 0