From de9b0ea404331f4c126c14c10c7f1adf00dd3d06 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 17 Dec 2018 21:38:15 +0800 Subject: [PATCH] Update cli.sh --- cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli.sh b/cli.sh index 52c5393d6..14454a80e 100755 --- a/cli.sh +++ b/cli.sh @@ -11,7 +11,7 @@ mw_start(){ mw_start_debug(){ gunicorn -b :7200 app:app & - python task.py + python task.py & } mw_stop()