mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-23 21:30:17 +00:00
Close IF statement
This commit is contained in:
parent
5a3d319677
commit
7fcb40739d
1 changed files with 1 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue