From 7d2a5d20b0297eee07bd9709b9000396fdbb7f07 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:15:23 +0800 Subject: [PATCH] remove gosu --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index c951df9..094ea48 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -111,4 +111,4 @@ fi export FFMPEG_PATH=/usr/bin/ffmpeg export DISPLAY=:1 cd /app/napcat -gosu napcat /opt/QQ/qq --no-sandbox -q $ACCOUNT +/opt/QQ/qq --no-sandbox -q $ACCOUNT