From 77544fec7a4fbe1464ff7adb660b6d0a79990b8d Mon Sep 17 00:00:00 2001 From: zhangtao <9480807882@qq.com> Date: Mon, 26 May 2025 01:17:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E6=AD=A5=E9=AA=A4=E7=BC=96=E5=8F=B7=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将“第四五步”更正为“第四步”,以保持步骤编号的准确性 --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 619ca54d..88c77d2c 100644 --- a/start.sh +++ b/start.sh @@ -48,7 +48,7 @@ update_code() { # 停止并删除容器 stop_and_remove_containers() { - log "==========🗑️ 第四五步:停止并删除现有容器...==========" + log "==========🗑️ 第四步:停止并删除现有容器...==========" [ -f "docker-compose.yaml" ] || { log "❌ docker-compose.yaml 文件未找到"; exit 1; } docker compose down log "✅ 容器已停止并删除"