make initial docker socket check failproof

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-01-21 14:02:35 +01:00
parent bfc8526ddd
commit 0837ac9670
2 changed files with 6 additions and 1 deletions

View file

@ -83,6 +83,7 @@ if ! [ -f "/mnt/ncdata/skip.update" ]; then
break
else
echo "Curl didn't produce a 200 status, is appstore reachable?"
sleep 5
fi
done