mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Continue even if thehive errors
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user