From 17a723deacfb23639c4886658b759a3d7ecb126c Mon Sep 17 00:00:00 2001 From: Gunasekar-K Date: Thu, 18 May 2023 16:39:31 +0530 Subject: [PATCH] master_hotfix_v1 --- master_deploy.sh | 3 +++ 1 file changed, 3 insertions(+) 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() {