From b92e3de0942976e601687d6e0074ad5e4f4cadba Mon Sep 17 00:00:00 2001 From: cppla <10623809+cppla@users.noreply.github.com> Date: Fri, 27 Jul 2018 15:02:17 +0800 Subject: [PATCH] Update readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新说明 --- autodeploy/readme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autodeploy/readme b/autodeploy/readme index 8a10cf0..3e773d0 100755 --- a/autodeploy/readme +++ b/autodeploy/readme @@ -5,11 +5,11 @@ 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 & 附: docker安装 -curl -sSL https://get.docker.com/ | sh \ No newline at end of file +curl -sSL https://get.docker.com/ | sh