There was an error while loading. Please reload this page.
1 parent f1a3f5e commit 68fdb51Copy full SHA for 68fdb51
2 files changed
applications/app-meta-baidudrive/Makefile
@@ -2,7 +2,7 @@
2
3
include $(TOPDIR)/rules.mk
4
5
-PKG_VERSION:=1.0.1
+PKG_VERSION:=1.0.3
6
PKG_RELEASE:=1
7
META_TITLE:=百度网盘
8
META_TITLE.en:=BaiduDrive
applications/app-meta-baidudrive/entry.sh
@@ -10,7 +10,7 @@ status(){
10
11
local port
12
port="$(uci get baidudrive.@baidudrive[0].port 2>/dev/null)"
13
- [ -n "$port" ] || port="8080"
+ [ -n "$port" ] || port="10780"
14
15
if pidof baidudrive >/dev/null 2>&1; then
16
json_add_boolean "running" "1"
0 commit comments