Update hostapp.sh

This commit is contained in:
Pascal Vizeli 2018-04-16 09:01:04 +02:00 committed by GitHub
parent 39978cb914
commit 9b75bc1238
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
DOCKER_COUNT=0
if [ ! ${DOCKER_COUNT} -gt 30 ]; then
if [ ${DOCKER_COUNT} -gt 30 ]; then
exit 1
fi