diff --git a/master_deploy.sh b/master_deploy.sh index 98ec043..075f139 100755 --- a/master_deploy.sh +++ b/master_deploy.sh @@ -400,6 +400,8 @@ ECS_template_create_register() { done fi log "Environment has updated" + + set -f # Log Configuration logconfiguration @@ -491,6 +493,7 @@ ECS_template_create_register() { return 1 fi fi + set +f } ECS_deploy_cluster() {