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

View File

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