From 67cf5136ffce30b87b97589aba97bed02ce59840 Mon Sep 17 00:00:00 2001 From: zhxiao <962528692@qq.com> Date: Sat, 3 May 2025 18:50:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stop_flux_api.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stop_flux_api.sh b/stop_flux_api.sh index 468d5e1c..49843b98 100644 --- a/stop_flux_api.sh +++ b/stop_flux_api.sh @@ -1,7 +1,7 @@ #!/bin/bash # 虚拟环境路径 - 请确保与启动脚本中的路径一致 -VENV_PATH="/zhxiao/project/KICCO_AI_IMAGE/venv" +VENV_PATH="$(pwd)/venv" # 激活虚拟环境(可选,但为了保持一致性) echo "正在激活Python虚拟环境..."