7 lines
106 B
Bash
7 lines
106 B
Bash
#!/bin/sh
|
|
|
|
uci batch <<EOF
|
|
set dhcp.odhcpd.maindhcp=1
|
|
set dhcp.@dnsmasq[0].localservice=0
|
|
commit dhcp
|
|
EOF
|