mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-31 12:23:55 +01:00
Fix update for 2.4.90
This commit is contained in:
@@ -385,7 +385,7 @@ preupgrade_changes() {
|
||||
[[ "$INSTALLEDVERSION" == 2.4.50 ]] && up_to_2.4.60
|
||||
[[ "$INSTALLEDVERSION" == 2.4.60 ]] && up_to_2.4.70
|
||||
[[ "$INSTALLEDVERSION" == 2.4.70 ]] && up_to_2.4.80
|
||||
[[ "$INSTALLEDVERSION" == 2.4.80 ]] &&
|
||||
[[ "$INSTALLEDVERSION" == 2.4.80 ]] && up_to_2.4.90
|
||||
true
|
||||
}
|
||||
|
||||
@@ -660,7 +660,7 @@ up_to_2.4.80() {
|
||||
up_to_2.4.90() {
|
||||
# Elastic Update for this release, so download Elastic Agent files
|
||||
determine_elastic_agent_upgrade
|
||||
INSTALLEDVERSION=2.4.30
|
||||
INSTALLEDVERSION=2.4.90
|
||||
}
|
||||
|
||||
add_detection_test_pillars() {
|
||||
|
||||
Reference in New Issue
Block a user