Files
openwrt-packages/luci-app-easymesh/root/etc/uci-defaults/luci-easymesh

12 lines
194 B
Plaintext
Raw Normal View History

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