From c497bc024559e8f019319a6a9dd2f6ae194fc292 Mon Sep 17 00:00:00 2001 From: vipmc838 Date: Mon, 9 Jun 2025 02:00:03 +0800 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 9fadfba..5dfb4d4 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -32,7 +32,8 @@ client_secret: ${NZ_CLIENT_SECRET} EOF echo "✅ 正在启动探针..." -./nezha-agent --config config.yaml +./nezha-agent --config /app/config.yaml & +sleep 3 echo "✅ 正在启动 Hysteria2,配置如下:" echo "SERVER_DOMAIN: ${SERVER_DOMAIN}"