diff options
author | dengyh <dengyuanhong@chinamobile.com> | 2020-06-28 12:28:32 +0800 |
---|---|---|
committer | dengyh <dengyuanhong@chinamobile.com> | 2020-06-28 12:28:37 +0800 |
commit | 63a19fc50ad9319858a5982dfce371c0a70414cd (patch) | |
tree | 042ea6b2648c094c5cf25e7580fb57f898030e05 | |
parent | cb01ac28c8ebddd297f4689f4ef0300d490e6f82 (diff) |
Fix typo error
Change-Id: I103ae645fccc13a6e4ee4b863e5e12a0e2eebcca
Issue-ID: VFC-1676
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
-rwxr-xr-x | docker/instance_config.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |