Move back

This commit is contained in:
Josh Brower
2023-08-11 17:14:48 -04:00
parent 00297cd864
commit f38b77892b

View File

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