From 6ad092c9e9e49be8254fa6c47f8ad59dfc8fd258 Mon Sep 17 00:00:00 2001 From: WWWw <109729945+initialencounter@users.noreply.github.com> Date: Sat, 26 Oct 2024 12:33:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20entrypoint.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index e17f917..efcab00 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -51,8 +51,8 @@ if [ ! -f "$CONFIG_PATH" ]; then : ${HTTP_HEART_ENABLE:='false'} : ${MUSIC_SIGN_URL:=''} : ${HTTP_SECRET:=''} - : ${NAPCAT_GID:=1001} - : ${NAPCAT_UID:=911} + : ${NAPCAT_GID:=0} + : ${NAPCAT_UID:=0} HTTP_URLS=$(chech_quotes $HTTP_URLS) WS_URLS=$(chech_quotes $WS_URLS) cat < $CONFIG_PATH