#!/bin/bash # VDI 管理平台停止脚本 echo "🛑 停止 VDI 管理平台..." # 停止应用 pm2 stop vdi-web echo "✅ 应用已停止!" echo "📊 查看状态: pm2 status" echo "🚀 重新启动: pm2 start vdi-web"