Update serv00.sh

This commit is contained in:
甬哥侃侃侃ygkkk
2025-03-25 09:10:43 +08:00
committed by GitHub
parent 4372269a0f
commit de780af9ce
+1 -1
View File
@@ -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