From 339d9e829e599ea79770cac9fc6e1db8fa6a2471 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sun, 24 Nov 2024 04:24:12 +0800 Subject: [PATCH] Update cli.sh --- cli.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli.sh b/cli.sh index 6b848c6c3..d4a3f95dc 100755 --- a/cli.sh +++ b/cli.sh @@ -68,8 +68,8 @@ mw_start_panel(){ if [ -f ${DIR}/data/port.pl ];then port=$(cat ${DIR}/data/port.pl) fi - # cd ${DIR}/web && gunicorn -b :${port} -k eventlet -w 1 app:app - cd ${DIR}/web && gunicorn -b :${port} -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 app:app + cd ${DIR}/web && gunicorn -b :${port} -k eventlet -w 1 app:app + # cd ${DIR}/web && gunicorn -b :${port} -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 app:app }