更新 entrypoint.sh

This commit is contained in:
WWWw 2024-10-26 12:33:19 +08:00 committed by GitHub
parent f97aa91a3b
commit 6ad092c9e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 <<EOF > $CONFIG_PATH