diff options
author | Bin Yang <bin.yang@windriver.com> | 2020-02-04 20:10:58 +0800 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2020-02-04 20:10:58 +0800 |
commit | 6d8aa821b9d11a466c65098849d6d518439fcdb0 (patch) | |
tree | 83dfe518236c3fbd9e7de921001a9b13df35b25b | |
parent | f49acc70c897a763b0eb5b6c2998dbbc537346c1 (diff) |
Fix starlingx plugin https endpoint issue
Fix the run script error
Change-Id: Ib13873ed309b19a8f8596745bbdb3d8f59b826ef
Issue-ID: MULTICLOUD-978
Signed-off-by: Bin Yang <bin.yang@windriver.com>
-rwxr-xr-x | starlingx/run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |