1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-01-03 04:30:55 +00:00

Update advanced/Scripts/webpage.sh

Co-authored-by: yubiuser <ckoenig@posteo.de>
This commit is contained in:
Adam Warner 2022-04-17 13:39:55 +01:00 committed by GitHub
parent 23e6fa1ec5
commit c9e76c978e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,7 +155,7 @@ ProcessDNSSettings() {
if [ -z "${!var}" ]; then if [ -z "${!var}" ]; then
break; break;
fi fi
addOrEditKeyValPair "${dnsmasqconfig}" "server" "${!var}" addKey "${dnsmasqconfig}" "server=${!var}"
(( COUNTER++ )) (( COUNTER++ ))
done done