luci/applications/luci-app-mjpg-streamer/root/etc/uci-defaults/40_luci-mjpg-streamer
Jo-Philipp Wich 8eaac4b637 Use numeric prefixes for uci-defaults scripts
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2016-01-27 16:50:19 +01:00

11 lines
214 B
Bash
Executable file

#!/bin/sh
uci -q batch <<-EOF >/dev/null
delete ucitrack.@mjpg-streamer[-1]
add ucitrack mjpg-streamer
set ucitrack.@mjpg-streamer[-1].init=mjpg-streamer
commit ucitrack
EOF
rm -f /tmp/luci-indexcache
exit 0