Baidudrive (#659)

Baidudrive (#659)

  • baidudrive: from 1.0.1 to 1.0.3

  • baidudrive: Change default port from 8080 to 10780

diff --git a/applications/app-meta-baidudrive/Makefile b/applications/app-meta-baidudrive/Makefile
index c0490f9..d859054 100644
--- a/applications/app-meta-baidudrive/Makefile
+++ b/applications/app-meta-baidudrive/Makefile
@@ -2,7 +2,7 @@
 
 include $(TOPDIR)/rules.mk
 
-PKG_VERSION:=1.0.1
+PKG_VERSION:=1.0.3
 PKG_RELEASE:=1
 META_TITLE:=百度网盘
 META_TITLE.en:=BaiduDrive
diff --git a/applications/app-meta-baidudrive/entry.sh b/applications/app-meta-baidudrive/entry.sh
index b20c1ad..39c76e1 100644
--- a/applications/app-meta-baidudrive/entry.sh
+++ b/applications/app-meta-baidudrive/entry.sh
@@ -10,7 +10,7 @@ status(){
 
 	local port
 	port="$(uci get baidudrive.@baidudrive[0].port 2>/dev/null)"
-	[ -n "$port" ] || port="8080"
+	[ -n "$port" ] || port="10780"
 
 	if pidof baidudrive >/dev/null 2>&1; then
 		json_add_boolean "running" "1"

GitHub
sha: 68fdb5161154f43963266d88b58a9c43f30ec4c4