This commit is contained in:
sjk
2026-01-21 14:33:10 +08:00
parent c4711fc84f
commit 8f2f58b51c
21 changed files with 2358 additions and 727 deletions

12
restart.sh Normal file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
# AI MIP 重启脚本
PROJECT_DIR="/opt/ai_mip"
echo "[INFO] 正在停止服务..."
bash ${PROJECT_DIR}/stop.sh
sleep 2
echo "[INFO] 正在启动服务..."
bash ${PROJECT_DIR}/start.sh