From 83a4cef307023c9365cdf3a9c48c8543dd1893cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Fri, 7 Mar 2025 14:20:15 +0800 Subject: [PATCH] fix --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 50a8671..509d8a5 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -47,7 +47,7 @@ remove_quotes() { } if [ -n "${MODE}" ]; then - cp /app/templates/$MODE.json /app/napcat/config/onebot.json + cp /app/templates/$MODE.json /app/napcat/config/onebot11.json fi rm -rf "/tmp/.X1-lock"