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-12 09:41:34 +01:00
parent 388c131f96
commit e0743bf23d

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