Remove second verb.

Signed-off-by: AlexisWilke <alexis@m2osw.com>
This commit is contained in:
AlexisWilke 2020-11-11 07:12:25 -08:00 committed by Dan Schaper
parent fa065c2434
commit 2bd15dea8f
No known key found for this signature in database
GPG Key ID: B4FF14C01CC08DC0
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;