This commit is contained in:
dekun
2026-05-22 13:18:14 +08:00
parent 5ccf39022a
commit 83d6b19b5e
4 changed files with 40 additions and 8 deletions
+1 -3
View File
@@ -45,9 +45,7 @@ fi
mkdir -p data logs
echo "==> 安装 Python 依赖..."
python3 -m pip install -U pip -q
python3 -m pip install -r backend/requirements.txt -q
ensure_python_venv "${INSTALL_DIR}"
echo "==> 启动 PM2..."
pm2 delete binance-altcoin-monitor 2>/dev/null || true