From 6d8aa821b9d11a466c65098849d6d518439fcdb0 Mon Sep 17 00:00:00 2001 From: Bin Yang Date: Tue, 4 Feb 2020 20:10:58 +0800 Subject: Fix starlingx plugin https endpoint issue Fix the run script error Change-Id: Ib13873ed309b19a8f8596745bbdb3d8f59b826ef Issue-ID: MULTICLOUD-978 Signed-off-by: Bin Yang --- starlingx/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/starlingx/run.sh b/starlingx/run.sh index 79169514..66dd111f 100755 --- a/starlingx/run.sh +++ b/starlingx/run.sh @@ -22,6 +22,7 @@ if [ ${SSL_ENABLED} = "true" ]; then else nohup uwsgi --http :9009 --module starlingx.wsgi --master --enable-threads --processes 4 & +fi logDir="/var/log/onap/multicloud/openstack/starlingx" if [ ! -x $logDir ]; then -- cgit 1.2.3-korg