#!/bin/bash # 找到并终止gunicorn进程 echo "停止gunicorn进程..." pkill -f "venv/bin/gunicorn" echo "已停止所有gunicorn进程"