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 }