This commit is contained in:
LEAN-ESX 2019-10-19 03:00:40 -07:00
commit c4f19dbf7e
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