From 672b38131cf7f968341d2ea56b11e0d8bd2b9794 Mon Sep 17 00:00:00 2001 From: joy Date: Thu, 30 Oct 2025 14:06:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20scripts/haproxy.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 11112 --- scripts/haproxy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/haproxy.sh b/scripts/haproxy.sh index 7ffa9ed..8265067 100644 --- a/scripts/haproxy.sh +++ b/scripts/haproxy.sh @@ -1,7 +1,7 @@ #!/bin/bash set -euo pipefail -# ========================== 全局配置与常量 ========================== +# =========================== 全局配置与常量 ========================== # 颜色定义(兼容终端) RED='\033[0;31m' GREEN='\033[0;32m'