From 7785e5f543ec63a67d2f234be43d4297addf7c4e 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, 6 May 2024 17:54:38 +0800 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 93e2c59..2650244 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -98,4 +98,5 @@ if [ ! -f "$CONFIG_PATH" ]; then fi export FFMPEG_PATH=/usr/bin/ffmpeg -bash napcat/napcat.sh -q $ACCOUNT & +cd ./napcat +./napcat.sh -q $ACCOUNT