Merge pull request #10924 from Security-Onion-Solutions/2.4/regenagent

Regen Agent Installers
This commit is contained in:
Mike Reeves
2023-08-02 15:28:29 -04:00
committed by GitHub

View File

@@ -419,7 +419,8 @@ post_to_2.4.4() {
} }
post_to_2.4.5() { post_to_2.4.5() {
echo "Nothing to apply" echo "Regenerating Elastic Agent Installers"
/sbin/so-elastic-agent-gen-installers
POSTVERSION=2.4.5 POSTVERSION=2.4.5
} }