We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae2d35 commit 56a6ba2Copy full SHA for 56a6ba2
BaiduPCSWeb_centos
@@ -35,7 +35,7 @@ do_start(){
35
else
36
echo -e "${Info} $NAME 启动中..."
37
ulimit -n 51200
38
- nohup BaiduPCS-Go 2>&1 &
+ nohup /usr/local/BaiduPCSWeb/BaiduPCS-Go 2>&1 &
39
sleep 2s
40
check_running
41
if [[ $? -eq 0 ]]; then
BaiduPCSWeb_debian
@@ -36,7 +36,7 @@ do_start(){
42
0 commit comments