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() {
echo "Updating Elastic Fleet ES URLs...."
/sbin/so-elastic-fleet-es-url-update --force
echo "Nothing to apply"
POSTVERSION=2.4.10
}
@@ -491,8 +490,8 @@ up_to_2.4.5() {
}
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
}