luci-app-bcp38: added bcp38 application
[project/luci.git] / applications / luci-app-bcp38 / root / etc / uci-defaults / 60_luci-bcp38
1 #!/bin/sh
2
3 uci -q batch <<-EOF >/dev/null
4         delete ucitrack.@bcp38[-1]
5         add ucitrack bcp38
6         add_list ucitrack.@bcp38[0].affects=firewall
7         commit ucitrack
8 EOF
9
10 rm -f /tmp/luci-indexcache
11 exit 0