mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #3539 from Security-Onion-Solutions/fix/postsoup
Fix/postsoup
This commit is contained in:
@@ -246,6 +246,7 @@ postupgrade_changes() {
|
|||||||
|
|
||||||
[[ "$POSTVERSION" =~ rc.1 ]] && post_rc1_to_rc2
|
[[ "$POSTVERSION" =~ rc.1 ]] && post_rc1_to_rc2
|
||||||
[[ "$POSTVERSION" == 2.3.20 || "$POSTVERSION" == 2.3.21 ]] && post_2.3.2X_to_2.3.30
|
[[ "$POSTVERSION" == 2.3.20 || "$POSTVERSION" == 2.3.21 ]] && post_2.3.2X_to_2.3.30
|
||||||
|
[[ "$POSTVERSION" == 2.3.30 ]] && post_2.3.30_to_2.3.40
|
||||||
}
|
}
|
||||||
|
|
||||||
post_rc1_to_2.3.21() {
|
post_rc1_to_2.3.21() {
|
||||||
@@ -260,6 +261,13 @@ post_2.3.2X_to_2.3.30() {
|
|||||||
POSTVERSION=2.3.30
|
POSTVERSION=2.3.30
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_2.3.30_to_2.3.40() {
|
||||||
|
so-playbook-sigma-refresh >> /root/soup_playbook_sigma_refresh.log 2>&1 &
|
||||||
|
so-kibana-space-defaults
|
||||||
|
POSTVERSION=2.3.40
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
rc1_to_rc2() {
|
rc1_to_rc2() {
|
||||||
|
|
||||||
# Move the static file to global.sls
|
# Move the static file to global.sls
|
||||||
|
|||||||
Reference in New Issue
Block a user