Skip to content

Commit

Permalink
Update environment-collection.bash
Browse files Browse the repository at this point in the history
Removing set command
  • Loading branch information
jackstockley89 authored Mar 11, 2022
1 parent 8474203 commit 52b4993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environment-collection.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!bin/bash
set -x
#set -x

properties=~/properties
devfile=.development.txt
Expand Down Expand Up @@ -216,4 +216,4 @@ sed -i '' 's/pui.prod.appB=<INPUT>/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=<INPUT>/pui.prod.appC='${output}'/g' $properties/.laaopsproperties

sed -i '' 's/^.*=$//g' $properties/.laaopsproperties
sed -i '' 's/^.*=$//g' $properties/.laaopsproperties

0 comments on commit 52b4993

Please sign in to comment.