From b7a1e7abdbcd716c70ea8e21d79aeb6b3a487e45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= <121604513+yonggekkk@users.noreply.github.com> Date: Tue, 31 Dec 2024 14:03:32 +0800 Subject: [PATCH] Update serv00.sh --- serv00.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serv00.sh b/serv00.sh index da0833a..8eedfe6 100644 --- a/serv00.sh +++ b/serv00.sh @@ -467,7 +467,7 @@ get_argodomain() { get_links(){ argodomain=$(get_argodomain) -echo -e "\e[1;32mArgo域名:\e[1;35m${argodomain}\e[0m\n" +echo -e "\e[1;32mArgo域名:\e[1;35m${argodomain}\e[0m\n" ISP=$(curl -sL --max-time 5 https://speed.cloudflare.com/meta | awk -F\" '{print $26}' | sed -e 's/ /_/g' || echo "0") get_name() { if [ "$HOSTNAME" = "s1.ct8.pl" ]; then SERVER="CT8"; else SERVER=$(echo "$HOSTNAME" | cut -d '.' -f 1); fi; echo "$SERVER"; } NAME="$ISP-$(get_name)"