Remove second verb.

Signed-off-by: AlexisWilke <alexis@m2osw.com>
This commit is contained in:
AlexisWilke 2020-11-11 07:12:25 -08:00
parent 7199d938e1
commit 8ba1eea803
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;