From c6fac28804f6a97b3f74a94b11b59224f09fde27 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 5 Jul 2022 16:26:44 -0400 Subject: [PATCH] Update soup --- 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 b5f6f5b32..936e5f06c 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -378,7 +378,7 @@ enable_highstate() { } es_version_check() { - CHECK_ES=$(echo $INSTALLEDVERSION | aek -F. '{print $3}' + CHECK_ES=$(echo $INSTALLEDVERSION | awk -F. '{print $3}') if [ "$CHECK_ES" -lt "110" ]; then echo "In order to update to the latest version of Security Onion you need to at least be on version 2.3.110. We recommend installing 2.3.130." echo ""