refactor: 调整volume-linker.sh的输出格式

This commit is contained in:
zhangxinhui02
2025-10-31 11:00:48 +08:00
parent 7e24a8739a
commit e74157ba36

View File

@@ -5,7 +5,7 @@
# /MaiMBot/statistics是统计数据的实际挂载路径 # /MaiMBot/statistics是统计数据的实际挂载路径
set -e set -e
echo "[VolumeLinker]Preparing volume..." echo "[VolumeLinker] Preparing volume..."
# 初次启动,在存储卷中检查并创建关键文件和目录 # 初次启动,在存储卷中检查并创建关键文件和目录
mkdir -p /MaiMBot/data/plugins mkdir -p /MaiMBot/data/plugins
@@ -29,5 +29,5 @@ then
fi fi
# 启动麦麦 # 启动麦麦
echo "[VolumeLinker]Starting MaiBot..." echo "[VolumeLinker] Starting MaiBot..."
exec python bot.py exec python bot.py