Skip to content

Commit 4207df4

Browse files
Sri Kailash Gandebathulakeith-turner
Sri Kailash Gandebathula
authored andcommitted
fixed #954 Appended FLUO_JAVA_OPTS to JAVA_OPTS in fluo-env.sh (#966)
1 parent bfdd576 commit 4207df4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modules/distribution/src/main/config/fluo-env.sh

+4-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ export FLUO_TMP="${FLUO_TMP:-/tmp}"
3636

3737
## Fluo log4j configuration
3838
export FLUO_LOG4J_CONFIG="${FLUO_LOG4J_CONFIG:-${conf}/log4j.properties}"
39-
## Java options for Fluo command
40-
JAVA_OPTS=("-Dlog4j.configuration=file:${FLUO_LOG4J_CONFIG}")
39+
## Java options along with FLUO_JAVA_OPTS for Fluo command
40+
JAVA_OPTS=("${FLUO_JAVA_OPTS[@]}" "-Dlog4j.configuration=file:${FLUO_LOG4J_CONFIG}")
41+
42+
4143
export JAVA_OPTS
4244

4345
##########################

0 commit comments

Comments
 (0)