修改volume-linker.sh启动麦麦的方式为exec,确保信号正确传递

pull/1254/head
zhangxinhui02 2025-09-23 00:09:43 +08:00
parent 40ce8ff85a
commit 99b8d4519f
No known key found for this signature in database
GPG Key ID: 22C23383864A313F
1 changed files with 1 additions and 1 deletions

View File

@ -30,4 +30,4 @@ fi
# 启动麦麦
echo "[VolumeLinker]Starting MaiBot..."
python bot.py
exec python bot.py