diff options
-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 |