From de780af9ce807e38ba2ad6c782ae253f53f863e2 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, 25 Mar 2025 09:10:43 +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 1c7757a..367b417 100644 --- a/serv00.sh +++ b/serv00.sh @@ -1552,7 +1552,7 @@ green "Argo临时域名:$argosl $check" else argogd=$(cat $WORKDIR/ARGO_DOMAIN.log 2>/dev/null) checkhttp=$(curl --max-time 2 -o /dev/null -s -w "%{http_code}\n" "https://$argogd") -[ "$checkhttp" -eq 404 ] && check="域名有效" || check="域名无效,检测端口、密钥token是否无效或者过期" +[ "$checkhttp" -eq 404 ] && check="域名有效" || check="固定域名无效,请检查域名、端口、密钥token是否输入有误" green "Argo固定域名:$argogd $check" fi if [ "$hona" = "serv00" ]; then