commit
This commit is contained in:
12
restart.sh
Normal file
12
restart.sh
Normal 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
|
||||
Reference in New Issue
Block a user