diff options
Diffstat (limited to 'ci/01-deploybundle.sh')
-rwxr-xr-x | ci/01-deploybundle.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/01-deploybundle.sh b/ci/01-deploybundle.sh index 41a443b5..7748b005 100755 --- a/ci/01-deploybundle.sh +++ b/ci/01-deploybundle.sh @@ -34,7 +34,7 @@ check_status() { while [ $retval -eq 0 ]; do sleep 30 juju status > status.txt - if [ "$(grep -c "executing" status.txt )" -ge 1 ]; then + if [ "$(grep -c "executing" status.txt )" -ge 2 ]; then echo " still executing the reltionship within charms ..." if [ $timeoutiter -ge 60 ]; then retval=1 |