From b58d4577422278124623e08b5c9e5580cbcc757f Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 4 Nov 2024 00:33:15 +0800 Subject: [PATCH] Update new_cli.sh --- new_cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new_cli.sh b/new_cli.sh index ca5296567..2505806f5 100755 --- a/new_cli.sh +++ b/new_cli.sh @@ -39,7 +39,7 @@ mw_start_task() } mw_start(){ - cd web && gunicorn -c setting.py app:app + cd ${DIR}/web && gunicorn -c setting.py app:app #安全启动 mw_start_task }