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

12 lines
182 B
Text
Raw Normal View History

2010-11-21 03:03:55 +00:00
#!/bin/sh
uci -q batch <<-EOF >/dev/null
2010-11-21 03:03:55 +00:00
delete ucitrack.@radvd[-1]
add ucitrack radvd
set ucitrack.@radvd[-1].init=radvd
commit ucitrack
EOF
rm -f /tmp/luci-indexcache
exit 0