Skip to content

Commit 56a6ba2

Browse files
更新路径
1 parent 9ae2d35 commit 56a6ba2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BaiduPCSWeb_centos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ do_start(){
3535
else
3636
echo -e "${Info} $NAME 启动中..."
3737
ulimit -n 51200
38-
nohup BaiduPCS-Go 2>&1 &
38+
nohup /usr/local/BaiduPCSWeb/BaiduPCS-Go 2>&1 &
3939
sleep 2s
4040
check_running
4141
if [[ $? -eq 0 ]]; then

BaiduPCSWeb_debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ do_start(){
3636
else
3737
echo -e "${Info} $NAME 启动中..."
3838
ulimit -n 51200
39-
nohup BaiduPCS-Go 2>&1 &
39+
nohup /usr/local/BaiduPCSWeb/BaiduPCS-Go 2>&1 &
4040
sleep 2s
4141
check_running
4242
if [[ $? -eq 0 ]]; then

0 commit comments

Comments
 (0)