Skip to content

Commit b92e3de

Browse files
authored
Update readme
更新说明
1 parent 59e8ae8 commit b92e3de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autodeploy/readme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ docker run -d --restart=always --name=sss -v {$path}/config.json:/ServerStatus/s
55

66
客户端:
77

8-
wget --no-check-certificate -qO client-linux.py 'https://raw.githubusercontent.com/cppla/ServerStatus/master/clients/client-linux.py' && nohup python client-linux.py SERVER={$SERVER} USER={$USER} >/dev/null 2>&1 &
8+
wget --no-check-certificate -qO client-linux.py 'https://raw.githubusercontent.com/cppla/ServerStatus/master/clients/client-linux.py' && nohup python client-linux.py SERVER={$SERVER} USER={$USER} PASSWORD={$PASSWORD} >/dev/null 2>&1 &
99

1010

1111

1212

1313

1414
附: docker安装
15-
curl -sSL https://get.docker.com/ | sh
15+
curl -sSL https://get.docker.com/ | sh

0 commit comments

Comments
 (0)