Merge pull request #703 from AlexisWilke/dev

Remove second verb.
This commit is contained in:
Dan Schaper 2020-11-12 14:59:06 -08:00 committed by GitHub
commit c90f3c5aa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ for i in $(seq 1 20); do
fi
if [ $i -eq 20 ] ; then
echo -e "\nTimed out waiting for Pi-hole start, consult check your container logs for more info (\`docker logs pihole\`)"
echo -e "\nTimed out waiting for Pi-hole start, consult your container logs for more info (\`docker logs pihole\`)"
exit 1
fi
done;