From f2b78ebd365879126c87e2d1ee2f00ed338b0adc 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: Mon, 27 May 2024 20:33:53 +0800 Subject: [PATCH] fix --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 9a8470a..90b5214 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -13,7 +13,7 @@ chech_quotes(){ } # 安装 napcat -if [ ! -f "napcat/napcat.cjs" ]; then +if [ ! -f "napcat/napcat.mjs" ]; then rarch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/x64/) unzip -q NapCat.linux.${rarch}.zip mv NapCat.linux.${rarch}/config/* napcat/config/ && rmdir NapCat.linux.${rarch}/config