summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-udpxy/root/etc/uci-defaults/luci-udpxy
blob: e93c07880724d8a6c8c62b36101ec677a9099ac5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

# needed for "Save and Apply" to restart udpxy
uci -q batch <<-EOF >/dev/null
	delete ucitrack.@udpxy[-1]
	add ucitrack udpxy
	set ucitrack.@udpxy[-1].init="udpxy"
	commit ucitrack
EOF

rm -f /tmp/luci-indexcache
exit 0