update-10.09

This commit is contained in:
github-actions[bot] 2021-10-09 08:58:47 +08:00
parent d1d8322f98
commit c6027c4dfe
4 changed files with 3 additions and 7 deletions

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=aliyundrive-webdav
PKG_VERSION:=0.4.2
PKG_VERSION:=0.4.3
PKG_RELEASE:=1
PKG_LICENSE:=MIT

View File

@ -52,5 +52,5 @@ start_service() {
}
service_triggers() {
procd_add_reload_trigger "/etc/config/$NAME"
procd_add_reload_trigger "aliyundrive-webdav"
}

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-aliyundrive-webdav
PKG_VERSION:=0.4.2
PKG_VERSION:=0.4.3
PKG_RELEASE:=1
PKG_PO_VERSION:=$(PKG_VERSION)-$(PKG_RELEASE)

View File

@ -45,8 +45,4 @@ no_trash.rmempty = false
debug = e:option(Flag, "debug", translate("Debug Mode"))
debug.rmempty = false
local e = luci.http.formvalue("cbi.apply")
if e then
io.popen("/etc/init.d/aliyundrive-webdav restart")
end
return m