Skip to content

Commit 8803d3e

Browse files
committed
Update new_cli.sh
1 parent d81764c commit 8803d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

new_cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ mw_start_debug(){
6161
port=$(cat ${DIR}/data/port.pl)
6262
fi
6363
# gunicorn -b :${port} -k gevent -w 1 app:app
64-
cd web && gunicorn -b :${port} -w 1 app:app
64+
cd ${DIR}/web && gunicorn -b :${port} -w 1 app:app
6565
}
6666

6767
mw_start_debug2(){

0 commit comments

Comments
 (0)