mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 07:26:28 +00:00
Update hostapp.sh
This commit is contained in:
parent
afe5f28077
commit
2203aad7fd
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user