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