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 c8e0fe8 commit a3398a2Copy full SHA for a3398a2
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