run elastic agent gen installers script in post_to_3.2.0

This commit is contained in:
reyesj2
2026-06-01 12:05:09 -05:00
parent f9c2579261
commit 559465b407
+4
View File
@@ -777,6 +777,10 @@ up_to_3.2.0() {
post_to_3.2.0() {
bootstrap_so_soc_database
# Including agent regen script here since it was missed in post_to_3.1.0
echo "Regenerating Elastic Agent Installers"
/sbin/so-elastic-agent-gen-installers
POSTVERSION=3.2.0
}