From eea6d3d690dc7fdd1b47a49de77cd942831ec558 Mon Sep 17 00:00:00 2001 From: yangyan Date: Mon, 8 Apr 2019 17:42:06 +0800 Subject: fix the bug of catalog Change-Id: Ia44819366036c27a06a8c92f05bb28fdf9c53d33 Issue-ID: VFC-1339 Signed-off-by: yangyan --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run.sh') diff --git a/run.sh b/run.sh index c4849d3a..c7e16e43 100755 --- a/run.sh +++ b/run.sh @@ -19,7 +19,7 @@ if [ ! -x $logDir ]; then fi # nohup python manage.py runserver 0.0.0.0:8806 > /dev/null & -nohup uwsgi --http :8806 -t 120 --module lcm.wsgi --master --processes 4 & +nohup uwsgi --http :8806 -t 120 --module catalog.wsgi --master --processes 4 & while [ ! -f $logDir/runtime_catalog.log ]; do sleep 1 -- cgit 1.2.3-korg