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
39978cb914
commit
9b75bc1238
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user