Skip to content

Commit 7c341a1

Browse files
Update master_deploy.sh
1 parent 8ff62f7 commit 7c341a1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

master_deploy.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ SHARED_PROPERTY_FILENAME=""
1717
# AWS_REGION=""
1818
TAG=""
1919
SEC_LIST=""
20-
COUNTER_LIMIT=12
20+
#COUNTER_LIMIT=12
21+
22+
if [ -z "$COUNTER_LIMIT" ]; then
23+
COUNTER_LIMIT=12
24+
fi
2125

2226
#Varibles specific to ECS
2327
#AWS_REPOSITORY=""

0 commit comments

Comments
 (0)