删除交互等待

This commit is contained in:
孙小云 2025-05-17 14:28:24 +08:00
parent 4af9bff13b
commit 619817ff37
1 changed files with 3 additions and 3 deletions

View File

@ -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镜像..."