From a41273336a0c851027c302ac8c7d37d1a404e2f6 Mon Sep 17 00:00:00 2001 From: WWWw <109729945+initialencounter@users.noreply.github.com> Date: Mon, 13 May 2024 12:10:12 +0800 Subject: [PATCH] fix: inflating path --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index be6edbb..607b5e8 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -18,7 +18,7 @@ if [ ! -f "$CONFIG_PATH" ]; then # 安装 napcat rarch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/x64/) unzip NapCat.linux.${rarch}.zip -d . - mv NapCat.linux.${rarch} napcat + mv NapCat.linux.${rarch}/* napcat/ chmod +x napcat/napcat.sh if [ "$WEBUI_TOKEN" ]; then