1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-20 07:08:13 +00:00

Close IF statement

This commit is contained in:
Dan Schaper 2016-09-28 10:25:37 -07:00
parent 5a3d319677
commit 7fcb40739d

View File

@ -257,6 +257,7 @@ function testResolver {
echo "$REMOTEDIG" >> ${DEBUG_LOG}
else
echo "Failed to resolve $TESTURL on 8.8.8.8" >> ${DEBUG_LOG}
fi
echo >> ${DEBUG_LOG}
echo "Pi-hole dnsmasq specific records lookups" >> ${DEBUG_LOG}