This commit is contained in:
手瓜一十雪 2025-03-16 11:45:01 +08:00 committed by GitHub
parent 2a7e3f86bb
commit 8640ddd268
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,4 +65,8 @@ sleep 2
export FFMPEG_PATH=/usr/bin/ffmpeg
export DISPLAY=:1
cd /app/napcat
gosu napcat /opt/QQ/qq --no-sandbox
if [ -n "${ACCOUNT}" ]; then
gosu napcat /opt/QQ/qq --no-sandbox -q $ACCOUNT
else
gosu napcat /opt/QQ/qq --no-sandbox
fi