mirror of https://github.com/cppla/ServerStatus
parent
59e8ae8632
commit
b92e3de094
|
@ -5,7 +5,7 @@ docker run -d --restart=always --name=sss -v {$path}/config.json:/ServerStatus/s
|
|||
|
||||
客户端:
|
||||
|
||||
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 &
|
||||
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 &
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue