Implementation of HTTPS support for VFC-vnflcm project interface
[vfc/gvnfm/vnflcm.git] / lcm / run.sh
index 54edcb5..57deaa1 100755 (executable)
@@ -25,4 +25,3 @@ if [ "${SSL_ENABLED}" = "true" ]; then
 else
     nohup uwsgi --http :8801 -t 120 --enable-threads --module lcm.wsgi --master --processes 4 &
 fi
-