Update new_cli.sh

pull/632/head
Mr Chen 6 months ago
parent f37cd39a65
commit b58d457742
  1. 2
      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
}

Loading…
Cancel
Save