Commit 942cf4e44821132956ee07fc2cb405433b20c977

Authored by George Vlahavas
1 parent c4e5dca098

Fix loop

Showing 1 changed file with 1 additions and 1 deletions

... ... @@ -24,7 +24,7 @@
24 24 docker-compose -f docker-compose-jfrog.yml up --detach
25 25  
26 26 # loop until all containers are up
27   -while 1; do
  27 +while true; do
28 28 # if any container other than composer has exited, bail out
29 29 res=`docker ps -a | \
30 30 grep "/curex-local/kea_" | \