From a007d62ab450d9d7c29777a3d838452b83a6708e 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: Thu, 15 Aug 2024 16:21:43 +0800 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index d994cf8..af6a5e8 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -14,7 +14,7 @@ chech_quotes(){ # 安装 napcat if [ ! -f "napcat/napcat.mjs" ]; then - unzip -q NapCat.Shell.zip + unzip -q NapCat.Shell.zip -d ./NapCat.Shell mv NapCat.Shell/config/* napcat/config/ && rmdir NapCat.Shell/config mv NapCat.Shell/* napcat/ fi