mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #9568 from Security-Onion-Solutions/fix/soup-thehive-errors
soup should 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