Merge pull request #9568 from Security-Onion-Solutions/fix/soup-thehive-errors

soup should continue even if thehive errors
This commit is contained in:
Doug Burks
2023-01-12 13:28:41 -05:00
committed by GitHub

View File

@@ -955,9 +955,9 @@ up_to_2.3.110() {
up_to_2.3.120() {
# Stop thehive services since these will be broken in .120
so-thehive-stop
so-thehive-es-stop
so-cortex-stop
so-thehive-stop || true
so-thehive-es-stop || true
so-cortex-stop || true
INSTALLEDVERSION=2.3.120
}