From c2df64368064d131c5cf8d3d4bbfdcc90aa1cd13 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: Tue, 22 Oct 2024 18:12:37 +0800 Subject: [PATCH] fix --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 828815c..c951df9 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -105,7 +105,7 @@ sleep 2 # 方便调试, 或许应该重定向到/dev/null? if [ "$(arch)" = "x86_64" ]; then cd /app/napcat.packet/ - /app/napcat.packet/napcat.packet.linux 2>&1 & + /app/napcat.packet/napcat.packet.linux & sleep 2 fi export FFMPEG_PATH=/usr/bin/ffmpeg