From 73f3cd31cc07a6967e97a3106d3b9959153e9f81 Mon Sep 17 00:00:00 2001 From: joy Date: Thu, 20 Nov 2025 11:20:43 +0800 Subject: [PATCH] 123 --- scripts/{Gitlab.sh => gitlab.sh} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename scripts/{Gitlab.sh => gitlab.sh} (99%) diff --git a/scripts/Gitlab.sh b/scripts/gitlab.sh similarity index 99% rename from scripts/Gitlab.sh rename to scripts/gitlab.sh index 74c92af..e8aa78e 100644 --- a/scripts/Gitlab.sh +++ b/scripts/gitlab.sh @@ -209,7 +209,7 @@ EOF # 安装完成信息 echo -e "\n${GREEN}=============================================${NC}" - echo -e "${GREEN} 安装完成!${NC}" + echo -e "${GREEN} 安装完成!������${NC}" echo -e "${GREEN}=============================================${NC}" echo -e "${INFO_MARK} 访问地址: ${GREEN}$GITLAB_EXTERNAL_URL${NC}" echo -e "${INFO_MARK} 初始账号: ${GREEN}root${NC}"