From 63a19fc50ad9319858a5982dfce371c0a70414cd Mon Sep 17 00:00:00 2001 From: dengyh Date: Sun, 28 Jun 2020 12:28:32 +0800 Subject: [PATCH 1/1] Fix typo error Change-Id: I103ae645fccc13a6e4ee4b863e5e12a0e2eebcca Issue-ID: VFC-1676 Signed-off-by: dengyh --- docker/instance_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6