change: 优化helm chart的k8s-init.sh和core-webui-cm-sync.py的输出

This commit is contained in:
zhangxinhui02
2025-11-21 02:30:58 +08:00
parent 4c9b1f8302
commit f558bc191d
2 changed files with 5 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ mkdir -p /MaiMBot/data/plugins
mkdir -p /MaiMBot/data/logs
if [ ! -d "/MaiMBot/statistics" ]
then
echo "[K8s Init] Statistics volume disabled."
echo "[K8s Init] Statistics volume is disabled."
else
touch /MaiMBot/statistics/index.html
fi
@@ -47,7 +47,7 @@ then
ln -s /MaiMBot/webui-cm-sync/bot_config.toml /MaiMBot/config/bot_config.toml
echo "[K8s Init] Config files middle layer for WebUI created."
else
echo "[K8s Init] WebUI disabled."
echo "[K8s Init] WebUI is disabled."
fi
# 启动麦麦