Update docker-entrypoint.sh (#2731)

shuod ${var_application_file} not \${var_application_file}
This commit is contained in:
QIliang 2019-05-22 17:17:23 +08:00 committed by Gao Hongtao
parent 48bca2418f
commit 202918cbea
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ EOT
fi
if [[ "$SW_EXPORTER_ENABLED" = "true" ]]; then
cat <<EOT >> \${var_application_file}
cat <<EOT >> ${var_application_file}
exporter:
grpc:
targetHost: \${SW_EXPORTER_GRPC_HOST:127.0.0.1}