90_add_confdir_to_dnsmasq 77 B

1234
  1. #!/bin/sh
  2. uci set "uci set dhcp.@dnsmasq[0].confdir=/etc/dnsmasq.d/"
  3. exit 0