From 679775a7d0d8259a0e4b5a26388da712b781eba4 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 2 Aug 2023 11:21:28 -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 0dddc5a21..3a5a807c2 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -35,7 +35,7 @@ if [[ $INSTALLEDVERSION == "2.4.4" ]]; then fi if [ "$INSTALLEDVERSION" = '2.4.3' ] || [ "$INSTALLEDVERSION" = '2.4.2' ] || [ "$INSTALLEDVERSION" = '2.4.1' ] || [ "$INSTALLEDVERSION" = '2.4.0' ]; then - echo "soup is not supported on $INSTALLEDVERSION. Please install the latest 2.4 release. + echo "soup is not supported on $INSTALLEDVERSION. Please install the latest 2.4 release." exit 1 fi