From: dengyh Date: Sun, 28 Jun 2020 04:28:32 +0000 (+0800) Subject: Fix typo error X-Git-Tag: 1.4.0~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=63a19fc50ad9319858a5982dfce371c0a70414cd;hp=cb01ac28c8ebddd297f4689f4ef0300d490e6f82;p=vfc%2Fnfvo%2Flcm.git Fix typo error Change-Id: I103ae645fccc13a6e4ee4b863e5e12a0e2eebcca Issue-ID: VFC-1676 Signed-off-by: dengyh --- diff --git a/docker/instance_config.sh b/docker/instance_config.sh index 25488fbf..19b814ac 100755 --- a/docker/instance_config.sh +++ b/docker/instance_config.sh @@ -38,7 +38,7 @@ if [ $SERVICE_IP ]; then fi if [ $SSL_ENABLED ]; then - sed -i "s|SSL_ENABLED.*|SSL_ENABLED = '$SSL_ENABLED'|" vfc/nfvo/lcm/lcm/pub/config/config.py + sed -i "s|SSL_ENABLED = .*|SSL_ENABLED = '$SSL_ENABLED'|" vfc/nfvo/lcm/lcm/pub/config/config.py fi # Configure MYSQL