From 75f5a430e48e85f24e8339aba8c00ecd70ba2366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Stefa=C5=84czyk?= Date: Sun, 18 Apr 2021 20:26:33 +0200 Subject: [PATCH] Replace env variables in *.hjson and *.json (#833) --- start-finalSetupEnvVariables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-finalSetupEnvVariables b/start-finalSetupEnvVariables index e1508576..dc0fdd1c 100644 --- a/start-finalSetupEnvVariables +++ b/start-finalSetupEnvVariables @@ -42,7 +42,7 @@ if isTrue "${REPLACE_ENV_VARIABLES}"; then $dirExcludes \ -type f \ \( -name "*.yml" -or -name "*.yaml" -or -name "*.txt" -or -name "*.cfg" \ - -or -name "*.conf" -or -name "*.properties" \) \ + -or -name "*.conf" -or -name "*.properties" -or -name "*.hjson" -or -name "*.json" \) \ $fileExcludes \ -exec sed -i 's#${'"$name"'}#'"$value"'#g' {} \; done