Update docker-entrypoint.sh (#2731)
shuod ${var_application_file} not \${var_application_file}
This commit is contained in:
parent
48bca2418f
commit
202918cbea
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue