Move from post to pre

This commit is contained in:
Josh Brower
2023-08-11 16:10:16 -04:00
parent ce63e47fcd
commit 00297cd864

View File

@@ -425,8 +425,7 @@ post_to_2.4.5() {
} }
post_to_2.4.10() { post_to_2.4.10() {
echo "Updating Elastic Fleet ES URLs...." echo "Nothing to apply"
/sbin/so-elastic-fleet-es-url-update --force
POSTVERSION=2.4.10 POSTVERSION=2.4.10
} }
@@ -491,8 +490,8 @@ up_to_2.4.5() {
} }
up_to_2.4.10() { up_to_2.4.10() {
echo "Nothing to do for 2.4.10" echo "Updating Elastic Fleet ES URLs...."
/sbin/so-elastic-fleet-es-url-update --force
INSTALLEDVERSION=2.4.10 INSTALLEDVERSION=2.4.10
} }