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
1 changed files with 1 additions and 1 deletions

View File

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