Skip to content

Commit

Permalink
fix: fix the distribution of run server
Browse files Browse the repository at this point in the history
Signed-off-by: wangxye <[email protected]>
  • Loading branch information
wangxye committed Nov 8, 2023
1 parent e4e79a8 commit 635db0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/bin/run-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ JAVA_OPT="${JAVA_OPT} -cp ${CLASSPATH}"
# https://logging.apache.org/log4j/2.x/manual/configuration.html#automatic-configuration
JAVA_OPT="${JAVA_OPT} -Dlog4j.configurationFile=file:${BASE_DIR}/conf/log4j2.xml"

"$JAVA" "${JAVA_OPT}" "$@"
"$JAVA" ${JAVA_OPT} $@

0 comments on commit 635db0e

Please sign in to comment.