1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 18:41:51 +00:00
This commit is contained in:
Ycarus (Yannick Chabanois) 2020-03-11 21:35:45 +01:00
parent c8be607e09
commit b537af7de9

View file

@ -17,7 +17,7 @@ if [ "$(uci -q get openmptcprouter.latest_versions)" = "" ]; then
EOF
fi
fi
if [ "$(uci -q show dhcp | grep 'use-application-dns.net'" = "" ]; then
if [ "$(uci -q show dhcp | grep 'use-application-dns.net')" = "" ]; then
uci -q batch <<-EOF >/dev/null
add_list dhcp.@dnsmasq[-1].server="/use-application-dns.net/"
commit dhcp