Fix starlingx plugin https endpoint issue 03/101103/1
authorBin Yang <bin.yang@windriver.com>
Tue, 4 Feb 2020 12:10:58 +0000 (20:10 +0800)
committerBin Yang <bin.yang@windriver.com>
Tue, 4 Feb 2020 12:10:58 +0000 (20:10 +0800)
Fix the run script error

Change-Id: Ib13873ed309b19a8f8596745bbdb3d8f59b826ef
Issue-ID: MULTICLOUD-978
Signed-off-by: Bin Yang <bin.yang@windriver.com>
starlingx/run.sh

index 7916951..66dd111 100755 (executable)
@@ -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