mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Move logic above version declaration
This commit is contained in:
@@ -677,14 +677,12 @@ up_2.3.5X_to_2.3.80() {
|
||||
}
|
||||
|
||||
up_2.3.80_to_2.3.90() {
|
||||
|
||||
INSTALLEDVERSION=2.3.90
|
||||
|
||||
for i in manager eval standalone; do
|
||||
echo "soc:" >> /opt/so/saltstack/local/pillar/minions/*$i*.sls
|
||||
sed -i "/^soc:/a \\ es_index_patterns: '*:so-*,*:endgame-*'" /opt/so/saltstack/local/pillar/minions/*$i*.sls
|
||||
done
|
||||
|
||||
INSTALLEDVERSION=2.3.90
|
||||
}
|
||||
|
||||
verify_upgradespace() {
|
||||
|
||||
Reference in New Issue
Block a user