aboutsummaryrefslogtreecommitdiffstats
path: root/sources/hv-collector-main/src
diff options
context:
space:
mode:
authorPiotr Wielebski <piotr.wielebski@nokia.com>2018-12-14 08:37:08 +0000
committerGerrit Code Review <gerrit@onap.org>2018-12-14 08:37:08 +0000
commitda8cdb5ead509c376ef5f8445af6ae045139ab14 (patch)
tree705543cfa4e6937bb1f14ffc6595762e51486e06 /sources/hv-collector-main/src
parent41908970d82f6e8e7f9d2fd7aeb558c551e81d25 (diff)
parent729d4f1e664faef575d4472bee57c7dab8c3eaba (diff)
Merge "Allow to specify JVM options by means of env-var"
Diffstat (limited to 'sources/hv-collector-main/src')
-rwxr-xr-xsources/hv-collector-main/src/main/scripts/entry.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/sources/hv-collector-main/src/main/scripts/entry.sh b/sources/hv-collector-main/src/main/scripts/entry.sh
new file mode 100755
index 00000000..2e8cb0c5
--- /dev/null
+++ b/sources/hv-collector-main/src/main/scripts/entry.sh
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+set -euo pipefail
+
+java ${JAVA_OPTS:-''} -cp '*:' org.onap.dcae.collectors.veshv.main.MainKt $@