diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2016-01-27 16:47:23 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2016-01-27 16:50:19 +0100 |
commit | 8eaac4b637d989680ad86dc3e84b0f3b547c1619 (patch) | |
tree | fbc6aa60f12e0ab8624448efcd29daa62e099314 /applications/luci-app-ushare/root/etc/uci-defaults/luci-ushare | |
parent | 445ae20db8812bcff3e4c0e32859ea1d3d5fbe4b (diff) |
Use numeric prefixes for uci-defaults scripts
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'applications/luci-app-ushare/root/etc/uci-defaults/luci-ushare')
-rwxr-xr-x | applications/luci-app-ushare/root/etc/uci-defaults/luci-ushare | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/applications/luci-app-ushare/root/etc/uci-defaults/luci-ushare b/applications/luci-app-ushare/root/etc/uci-defaults/luci-ushare deleted file mode 100755 index 8bcb6e4118..0000000000 --- a/applications/luci-app-ushare/root/etc/uci-defaults/luci-ushare +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -uci -q batch <<-EOF >/dev/null - delete ucitrack.@ushare[-1] - add ucitrack ushare - set ucitrack.@ushare[-1].init=ushare - commit ucitrack -EOF - -rm -f /tmp/luci-indexcache -exit 0 |