From 2247cdb822a9027a56004b6eaa2d4f4d94d7adf9 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: Fri, 21 Mar 2025 13:07:24 +0800 Subject: [PATCH] Update serv00.sh --- serv00.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/serv00.sh b/serv00.sh index 0282430..eb0517e 100644 --- a/serv00.sh +++ b/serv00.sh @@ -1552,8 +1552,7 @@ argosl=$(cat "$WORKDIR/boot.log" 2>/dev/null | grep -a trycloudflare.com | awk ' checkhttp=$(curl -o /dev/null -s -w "%{http_code}\n" "https://$argosl") [ "$checkhttp" -eq 404 ] && check="域名有效" || check="域名无效" green "Argo临时域名:$argosl $check" -fi -if [ ! -f "$WORKDIR/boot.log" ]; then +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="域名无效"