summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-shadowsocks-libev/root/etc/uci-defaults/40_luci-shadowsocks-libev
blob: 6f30fa77b7b32987199164ac2142eaba20a4625c (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

uci -q batch <<-EOF >/dev/null
	delete ucitrack.@shadowsocks-libev[-1]
	add ucitrack shadowsocks-libev
	set ucitrack.@shadowsocks-libev[-1].init=shadowsocks-libev
	commit ucitrack
EOF

rm -f /tmp/luci-indexcache
exit 0