diff options
Diffstat (limited to 'docker/instance_config.sh')
-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 |