Fix update for 2.4.90

This commit is contained in:
weslambert
2024-07-24 10:38:05 -04:00
committed by GitHub
parent 8538f2eca2
commit f2ad4c40e6

View File

@@ -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() {