refactor elastic-agent download for soup ctrl+c anomalies

This commit is contained in:
Jason Ertel
2023-08-02 18:57:46 -04:00
parent da2910e36f
commit 3054b8dcb9
3 changed files with 74 additions and 28 deletions

View File

@@ -467,21 +467,21 @@ stop_salt_minion() {
up_to_2.4.3() {
echo "Nothing to do for 2.4.3"
##
INSTALLEDVERSION=2.4.3
echo "Nothing to do for 2.4.3"
INSTALLEDVERSION=2.4.3
}
up_to_2.4.4() {
echo "Nothing to do for 2.4.4"
##
INSTALLEDVERSION=2.4.4
echo "Nothing to do for 2.4.4"
INSTALLEDVERSION=2.4.4
}
up_to_2.4.5() {
echo "Nothing to do for 2.4.5"
##
INSTALLEDVERSION=2.4.5
update_elastic_agent
INSTALLEDVERSION=2.4.5
}
verify_upgradespace() {