From cf2b8fbb9e96d9fe1c3ca5fcabe7867197fc0b34 Mon Sep 17 00:00:00 2001 From: Fushinn Date: Sun, 21 Jan 2024 21:12:41 +0800 Subject: [PATCH] =?UTF-8?q?0.9.9.15=20#####=201.=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ##### --- .shell/get-taichi.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.shell/get-taichi.sh b/.shell/get-taichi.sh index 24bb326..e864896 100644 --- a/.shell/get-taichi.sh +++ b/.shell/get-taichi.sh @@ -1180,6 +1180,7 @@ case $operation in 14) echo "修复开始" echo "Docker 路径:$docker_data_path" + docker stop taichios if [ -f "/usr/taichi/TaiChi_OS-master/config.json" ]; then sed -i 's|\("docker_data_path": "\)[^"]*"|\1'${docker_data_path}'"|' /usr/taichi/TaiChi_OS-master/config.json else