aboutsummaryrefslogtreecommitdiffstats
path: root/security-tools
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@verizonmedia.com>2019-09-06 08:52:04 +0200
committerArnstein Ressem <aressem@verizonmedia.com>2019-09-06 08:52:04 +0200
commit30d98a4712818ddc9e597c595fdc75cdee5a778f (patch)
treef2494a686b52c73a56b1b454554171dddf1ccfa8 /security-tools
parentd9910991ff5fd21e70b2b322dc75f66954c1f48f (diff)
A line in this script was accidentaly remove making it a no-op. Add it back.
Diffstat (limited to 'security-tools')
-rwxr-xr-xsecurity-tools/src/main/sh/vespa-security-env2
1 files changed, 2 insertions, 0 deletions
diff --git a/security-tools/src/main/sh/vespa-security-env b/security-tools/src/main/sh/vespa-security-env
index 4bebd797172..1ff82b0cc58 100755
--- a/security-tools/src/main/sh/vespa-security-env
+++ b/security-tools/src/main/sh/vespa-security-env
@@ -74,3 +74,5 @@ findhost
# END environment bootstrap section
+exec java -Djava.awt.headless=true -cp ${VESPA_HOME}/lib/jars/security-tools-jar-with-dependencies.jar com.yahoo.vespa.security.tool.securityenv.Main "$@"
+