Skip to content

Commit

Permalink
0.9.9.4
Browse files Browse the repository at this point in the history
#####
1, 更新脚本错误

#####
  • Loading branch information
Xingsandesu committed Jan 20, 2024
1 parent fdbf71a commit b84db09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .shell/get-taichi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
# 询问用户输入端口
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b84db09

Please sign in to comment.