regen installers

This commit is contained in:
reyesj2
2025-06-25 00:21:49 -05:00
parent 83ecc02589
commit fbb6d8146a

View File

@@ -576,13 +576,13 @@ post_to_2.4.141() {
} }
post_to_2.4.150() { post_to_2.4.150() {
echo "Regenerating Elastic Agent Installers" echo "Nothing to apply"
/sbin/so-elastic-agent-gen-installers
POSTVERSION=2.4.150 POSTVERSION=2.4.150
} }
post_to_2.4.160() { post_to_2.4.160() {
echo "Nothing to apply" echo "Regenerating Elastic Agent Installers"
/sbin/so-elastic-agent-gen-installers
POSTVERSION=2.4.160 POSTVERSION=2.4.160
} }