We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f6d96 commit a42f608Copy full SHA for a42f608
lib/java_buildpack/framework/dynatrace_one_agent.rb
@@ -71,9 +71,7 @@ def release
71
environment_variables = @droplet.environment_variables
72
environment_variables.add_environment_variable(LD_PRELOAD, agent_path(manifest))
73
74
- if enable_fips?
75
- File.delete(@droplet.sandbox + 'agent/dt_fips_disabled.flag')
76
- end
+ File.delete(@droplet.sandbox + 'agent/dt_fips_disabled.flag') if enable_fips?
77
78
dynatrace_environment_variables(manifest)
79
end
0 commit comments