From 0eda9a3bd7a7dc6fb8bb0cc1fcb40dd074151fb7 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Fri, 15 Apr 2022 15:45:01 -0400 Subject: [PATCH] move thehive removal from up_to_2.3.120 to post_to_2.3.120 --- 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 71f954d66..fe84bf383 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -504,6 +504,7 @@ post_to_2.3.110() { post_to_2.3.120() { echo "Post Processing for 2.3.120" POSTVERSION=2.3.120 + sed -i '/so-thehive-es/d;/so-thehive/d;/so-cortex/d' /opt/so/conf/so-status/so-status.conf } @@ -764,7 +765,6 @@ up_to_2.3.120() { so-thehive-stop so-thehive-es-stop so-cortex-stop - sed -i '/so-thehive-es/d;/so-thehive/d;/so-cortex/d' /opt/so/conf/so-status/so-status.conf } verify_upgradespace() {