luci/applications/luci-app-shairplay/root/etc/uci-defaults/40_luci-shairplay
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

12 lines
251 B
Bash

#!/bin/sh
# needed for "Save and Apply" to restart shairplay
uci -q batch <<-EOF >/dev/null
delete ucitrack.@shairplay[-1]
add ucitrack shairplay
set ucitrack.@shairplay[-1].init="shairplay"
commit ucitrack
EOF
rm -f /tmp/luci-indexcache
exit 0