From 7c4d0a0ef26ecaccc6671fe7497663b66c172e82 Mon Sep 17 00:00:00 2001 From: ninemine Date: Wed, 5 Nov 2025 17:32:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=83=AD=E9=87=8D=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start_background.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_background.sh b/start_background.sh index 68f9c22..efffcc0 100755 --- a/start_background.sh +++ b/start_background.sh @@ -20,7 +20,7 @@ fi echo "正在启动LiuBaiBlog网站服务器..." # 使用nohup在后台运行 -nohup venv/bin/python3 app.py > "$LOG_FILE" 2>&1 & +nohup venv/bin/python3 -m jurigged -v app.py > "$LOG_FILE" 2>&1 & PID=$! # 保存PID