move set to soup

This commit is contained in:
m0duspwnens
2024-09-16 13:11:08 -04:00
parent 56666ad82c
commit 0ab2695ceb
2 changed files with 2 additions and 2 deletions
+2
View File
@@ -843,8 +843,10 @@ determine_elastic_agent_upgrade() {
if [[ $is_airgap -eq 0 ]]; then
update_elastic_agent_airgap
else
set +e
# the new elasticsearch defaults.yaml file is not yet placed in /opt/so/saltstack/default/salt/elasticsearch yet
update_elastic_agent "$UPDATE_DIR"
set -e
fi
}