From 69ac76cdc58086641ed601b35689a9ea2f2aef94 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Fri, 11 Dec 2015 06:54:27 -0600 Subject: fix syntax error and clean the clean.sh Change-Id: Ibb8ff7109aeda126ccb8be522b7e6d2334d54708 --- ci/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/deploy.sh') diff --git a/ci/deploy.sh b/ci/deploy.sh index 12806253..ff01eb53 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -84,7 +84,7 @@ check_status() { juju status > status.txt if [ "$(grep -c "executing" status.txt )" -ge 1 ]; then echo " still executing the reltionship within charms ..." - if [ $timeoutiter -ge 60 ] then + if [ $timeoutiter -ge 60 ]; then retval=1 fi timeoutiter=$((timeoutiter+1)) -- cgit 1.2.3-korg