mirror of
https://github.com/NapNeko/NapCat-Docker.git
synced 2025-12-18 22:06:41 +08:00
fix
This commit is contained in:
parent
2a7e3f86bb
commit
8640ddd268
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user