This commit is contained in:
手瓜一十雪 2024-10-22 18:12:37 +08:00 committed by GitHub
parent 2e590846dc
commit c2df643680
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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