We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0022e96 commit 3203be2Copy full SHA for 3203be2
plugin/plugins/dynamix.unraid.net.plg
@@ -64,7 +64,8 @@ fi
64
dnscheck() {
65
HOST=$1
66
if [ -x /usr/bin/host ] && ! /usr/bin/host -W 10 "${HOST}" &>/dev/null; then
67
- echo "⚠️ Warning: Your DNS server (${DNS_SERVER1}) is unable to resolve '${HOST}'" DNSERR=yes
+ echo "⚠️ Warning: Your DNS server (${DNS_SERVER1}) is unable to resolve '${HOST}'"
68
+ DNSERR=yes
69
fi
70
}
71
0 commit comments