Skip to content
Snippets Groups Projects
Commit 386b7949 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

fix bracket placement.

parent af3da0f4
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ fi
# Setup Java Options
JAVA_OPTS="-Dlogfile.path=target/log -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC"
if [ ! -z "$JAVA_TIMEZONE"]; then
if [ ! -z "$JAVA_TIMEZONE" ]; then
JAVA_OPTS="${JAVA_OPTS} -Duser.timezone=${JAVA_TIMEZONE}"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment