Continue even if thehive errors

This commit is contained in:
Doug Burks
2023-01-12 12:48:16 -05:00
committed by GitHub
parent 29312d595b
commit 672cab858e

View File

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