Skip to content

Commit b58d457

Browse files
committed
Update new_cli.sh
1 parent f37cd39 commit b58d457

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
@@ -39,7 +39,7 @@ mw_start_task()
3939
}
4040

4141
mw_start(){
42-
cd web && gunicorn -c setting.py app:app
42+
cd ${DIR}/web && gunicorn -c setting.py app:app
4343
#安全启动
4444
mw_start_task
4545
}

0 commit comments

Comments
 (0)