diff --git a/environment-collection.bash b/environment-collection.bash index 42a57bd..fc8727d 100644 --- a/environment-collection.bash +++ b/environment-collection.bash @@ -1,5 +1,5 @@ #!bin/bash -set -x +#set -x properties=~/properties devfile=.development.txt @@ -216,4 +216,4 @@ sed -i '' 's/pui.prod.appB=/pui.prod.appB='${output}'/g' $properties/.laa output=`awk '/eu-west-2c/ && /ccms-pui-ecs-cluster/ { print $2 }' $properties/$prodfile` sed -i '' 's/pui.prod.appC=/pui.prod.appC='${output}'/g' $properties/.laaopsproperties -sed -i '' 's/^.*=$//g' $properties/.laaopsproperties \ No newline at end of file +sed -i '' 's/^.*=$//g' $properties/.laaopsproperties