From b84db09534c74cc2bc9bd33c3d3d3cf205300a61 Mon Sep 17 00:00:00 2001 From: Fushinn Date: Sat, 20 Jan 2024 15:48:44 +0800 Subject: [PATCH] =?UTF-8?q?0.9.9.4=20#####=201=EF=BC=8C=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E8=84=9A=E6=9C=AC=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ##### --- .shell/get-taichi.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.shell/get-taichi.sh b/.shell/get-taichi.sh index 238f07f..0c83bb8 100644 --- a/.shell/get-taichi.sh +++ b/.shell/get-taichi.sh @@ -952,8 +952,8 @@ update_taichi() { systemctl daemon-reload else # Docker版本 - docker stop taichi - docker rm taichi + docker stop taichios + docker rm taichios docker rmi fushin/taichios docker pull kookoo/taichi:latest # 询问用户输入端口 @@ -1128,7 +1128,7 @@ case $operation in ;; 12) if docker ps -a --format '{{.Names}}' | grep -q '^taichios$'; then - docker ps | grep taichi || echo "容器 'taichi' 未运行或不存在" + docker ps | grep taichios || echo "容器 'taichi' 未运行或不存在" else systemctl status taichi || echo "服务 'taichi' 未运行或不存在" fi