From 22557d3bfd0b26a9233d1ff85727c38574a485cc Mon Sep 17 00:00:00 2001 From: flyqie Date: Mon, 21 Oct 2024 23:21:53 +0800 Subject: [PATCH] =?UTF-8?q?packet=E4=B8=8D=E4=BD=BF=E7=94=A8gosu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 4934f70..828815c 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -105,7 +105,7 @@ sleep 2 # 方便调试, 或许应该重定向到/dev/null? if [ "$(arch)" = "x86_64" ]; then cd /app/napcat.packet/ - gosu napcat /app/napcat.packet/napcat.packet.linux 2>&1 & + /app/napcat.packet/napcat.packet.linux 2>&1 & sleep 2 fi export FFMPEG_PATH=/usr/bin/ffmpeg