From 6a7e756a3771be66247da60b9b947dac230af306 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 2 Aug 2023 09:47:35 -0400 Subject: [PATCH] Add supersoup mode --- salt/common/tools/sbin/soup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index a5b047bf9..a9615b1e7 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -19,7 +19,7 @@ INSTALLEDVERSION=$(cat /etc/soversion) -if [[ $INSTALLEDSALTVERSION == "2.4.4" ]]; then +if [[ $INSTALLEDVERSION == "2.4.4" ]]; then echo "Initiating supersoup mode" mkdir -p /tmp/supersoup