We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1eb08a5 + 93d461a commit b7efa35Copy full SHA for b7efa35
padd.sh
@@ -259,7 +259,7 @@ GetNetworkInformation() {
259
[[ -n "${PIHOLE_DNS_6}" ]] && dnsCount=$((dnsCount+1))
260
[[ -n "${PIHOLE_DNS_7}" ]] && dnsCount=$((dnsCount+1))
261
[[ -n "${PIHOLE_DNS_8}" ]] && dnsCount=$((dnsCount+1))
262
- [[ -n "${PIHOLE_DNS_9}" ]] && dnsCount="$dnsCount+"
+ [[ -n "${PIHOLE_DNS_9}" ]] && dnsCount=$((dnsCount+1))
263
264
# if there's only one DNS server
265
if [[ ${dnsCount} -eq 1 ]]; then
0 commit comments