Files

7 lines
121 B
Bash

#!/usr/bin/env bash
# PM2 停止脚本 (Linux / macOS)
set -e
pm2 stop api-key-manager
echo "已停止 api-key-manager"