From 619817ff37ba4e1bd47827f9c3633e5dfe88b132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Sat, 17 May 2025 14:28:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=BA=A4=E4=BA=92=E7=AD=89?= =?UTF-8?q?=E5=BE=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx/build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nginx/build.sh b/nginx/build.sh index d9e5113..8d9254c 100755 --- a/nginx/build.sh +++ b/nginx/build.sh @@ -11,10 +11,10 @@ if [ $? -ne 0 ]; then exit 1 fi -echo "" +#echo "" echo "变量替换已完成,请检查 temp_vhosts/ 目录中的文件" -echo "确认替换结果无误后,按回车键继续构建镜像,或按Ctrl+C取消" -read -p "" +#echo "确认替换结果无误后,按回车键继续构建镜像,或按Ctrl+C取消" +#read -p "" echo "" echo "步骤2: 构建Nginx镜像..."