luci-app-familycloud: fix git tracking issue (#1788)

This commit is contained in:
ZhenYu 2019-10-19 13:37:11 +08:00 committed by coolsnowwolf
parent 1328caec23
commit 1c40c329ec
3 changed files with 6 additions and 2 deletions

View File

@ -10,7 +10,7 @@ LUCI_DEPENDS:=+coreutils +coreutils-nohup +libreadline +libcurl +libopenssl +bas
LUCI_PKGARCH:=all
PKG_NAME:=luci-app-familycloud
PKG_VERSION:=1
PKG_RELEASE:=5
PKG_RELEASE:=6
include $(TOPDIR)/feeds/luci/luci.mk

View File

@ -7,5 +7,10 @@ uci -q batch <<-EOF >/dev/null
commit ucitrack
EOF
touch /tmp/config.json
ln -s /tmp/config.json /usr/share/familycloud/CloudDisk/config.json
rm -f /tmp/luci-indexcache
exit 0