Merge pull request #977 from stangri/luci-app-vpnbypass
[project/luci.git] / applications / luci-app-vpnbypass / root / etc / uci-defaults / 40_luci-vpnbypass
1 #!/bin/sh
2 uci -q batch <<-EOF >/dev/null
3         delete ucitrack.@vpnbypass[-1]
4         add ucitrack vpnbypass
5         set ucitrack.@vpnbypass[-1].init=vpnbypass
6         commit ucitrack
7 EOF
8
9 rm -f /tmp/luci-indexcache
10 exit 0
11