Update hostapp.sh

This commit is contained in:
Pascal Vizeli 2018-04-16 08:47:52 +02:00 committed by GitHub
parent afe5f28077
commit 2203aad7fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ DOCKER_PID=$!
until docker info >/dev/null 2>&1; do until docker info >/dev/null 2>&1; do
DOCKER_COUNT=0 DOCKER_COUNT=0
if [ ! ${DOCKER_COUNT} -le 30 ]; then if [ ! ${DOCKER_COUNT} -gt 30 ]; then
exit 1 exit 1
fi fi