aboutsummaryrefslogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-04-26 12:13:33 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-04-26 12:13:38 +0800
commit63c392e9cca3c6654e8383f49e5136fa86d1c72a (patch)
tree02ea718dd712a6b887a6a8fa22e48f482689b373 /run.sh
parent7bf76230fee1e4a436c8b5fb6c6b8fcde610f87f (diff)
update service name
Change-Id: I564aceafe7c421398d7c67f9983f064fd9ae02d2 Issue-ID: MODELING-156 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/run.sh b/run.sh
index 1b8eb46..d8879e8 100755
--- a/run.sh
+++ b/run.sh
@@ -23,14 +23,14 @@ fi
if [ ${SSL_ENABLED} = "true" ]; then
- nohup uwsgi --https :8806,genericpaser/pub/ssl/cert/foobar.crt,genericpaser/pub/ssl/cert/foobar.key, -t 120 --module genericpaser.wsgi --master --processes 4 &
+ nohup uwsgi --https :8806,genericparser/pub/ssl/cert/foobar.crt,genericparser/pub/ssl/cert/foobar.key, -t 120 --module genericparser.wsgi --master --processes 4 &
else
- nohup uwsgi --http :8806 -t 120 --module genericpaser.wsgi --master --processes 4 &
+ nohup uwsgi --http :8806 -t 120 --module genericparser.wsgi --master --processes 4 &
fi
-while [ ! -f $logDir/runtime_genericpaser.log ]; do
+while [ ! -f $logDir/runtime_genericparser.log ]; do
sleep 1
done
-tail -F $logDir/runtime_genericpaser.log \ No newline at end of file
+tail -F $logDir/runtime_genericparser.log \ No newline at end of file