Skip to content

Commit 68fdb51

Browse files
authored
Baidudrive (#659)
* baidudrive: from 1.0.1 to 1.0.3 * baidudrive: Change default port from 8080 to 10780
1 parent f1a3f5e commit 68fdb51

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

applications/app-meta-baidudrive/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
include $(TOPDIR)/rules.mk
44

5-
PKG_VERSION:=1.0.1
5+
PKG_VERSION:=1.0.3
66
PKG_RELEASE:=1
77
META_TITLE:=百度网盘
88
META_TITLE.en:=BaiduDrive

applications/app-meta-baidudrive/entry.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ status(){
1010

1111
local port
1212
port="$(uci get baidudrive.@baidudrive[0].port 2>/dev/null)"
13-
[ -n "$port" ] || port="8080"
13+
[ -n "$port" ] || port="10780"
1414

1515
if pidof baidudrive >/dev/null 2>&1; then
1616
json_add_boolean "running" "1"

0 commit comments

Comments
 (0)