luci/applications/luci-app-ahcp/root/etc/uci-defaults/40_luci-ahcp

11 lines
155 B
Text
Raw Normal View History

#!/bin/sh
uci -q batch <<-EOF >/dev/null
delete ucitrack.@ahcpd[-1]
add ucitrack ahcpd
set ucitrack.@ahcpd[-1].init=ahcpd
commit ucitrack
EOF
exit 0