Skip to content

Commit

Permalink
The Variable used for jvm options was not the one set in the base ima…
Browse files Browse the repository at this point in the history
…ge. change it to match
  • Loading branch information
dabelenda committed Mar 16, 2018
1 parent 7c34020 commit debd825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/runner/woken.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ -n "$TRACE" ]; then
JAVA="strace java"
fi

exec ${JAVA} ${JAVA_OPTS} -javaagent:/opt/woken/aspectjweaver.jar \
exec ${JAVA} ${JAVA_OPTIONS} -javaagent:/opt/woken/aspectjweaver.jar \
-Djava.library.path=/lib \
-Dconfig.file=/opt/woken/config/application.conf \
-DLog4jContextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector \
Expand Down

0 comments on commit debd825

Please sign in to comment.