mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #7335 from Security-Onion-Solutions/fix/soup-postversion
make sure that each post_to_* function sets POSTVERSION at end
This commit is contained in:
@@ -468,6 +468,7 @@ post_to_2.3.90() {
|
||||
|
||||
post_to_2.3.100() {
|
||||
echo "Post Processing for 2.3.100"
|
||||
POSTVERSION=2.3.100
|
||||
}
|
||||
|
||||
post_to_2.3.110() {
|
||||
@@ -475,6 +476,7 @@ post_to_2.3.110() {
|
||||
echo "Updating Kibana dashboards"
|
||||
salt-call state.apply kibana.so_savedobjects_defaults queue=True
|
||||
so-playbook-sigma-refresh >> /root/soup_playbook_sigma_refresh.log 2>&1 &
|
||||
POSTVERSION=2.3.110
|
||||
}
|
||||
|
||||
stop_salt_master() {
|
||||
|
||||
Reference in New Issue
Block a user