1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-13 19:28:59 +00:00

Fixed indentation

Signed-off-by: Matthias Rank <development@m-rank.de>
This commit is contained in:
Matthias Rank 2020-05-12 21:04:30 +02:00
parent 0add5eb291
commit 2b9898e9ca

View File

@ -650,7 +650,7 @@ AddCustomCNAMERecord() {
domain="${args[2]}"
target="${args[3]}"
echo "cname=${domain},${target}" >> "${dnscustomcnamefile}"
echo "cname=${domain},${target}" >> "${dnscustomcnamefile}"
# Restart dnsmasq to load new custom CNAME records
RestartDNS