From aa2c383d7b795d259c84af6519c00f1e25efd0f0 Mon Sep 17 00:00:00 2001 From: joy Date: Thu, 30 Oct 2025 14:05:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20scripts/keepalived.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 11111 --- scripts/keepalived.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/keepalived.sh b/scripts/keepalived.sh index a82b6a9..7b06b54 100644 --- a/scripts/keepalived.sh +++ b/scripts/keepalived.sh @@ -2,7 +2,7 @@ set -euo pipefail # ========================== 全局配置 ========================== -# 颜色定义 +# a颜色定义 RED='\033[0;31m' GREEN='\033[0;32m' YELLOW='\033[1;33m'