Skip to content

Commit

Permalink
Fix whitespace (#1347)
Browse files Browse the repository at this point in the history
  • Loading branch information
vickenty authored Jan 8, 2025
1 parent 227a9cb commit d76a72e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -f
[ -n "$JAVA_OPTS" ] || JAVA_OPTS="-Xmx128M -Xms128M"
[ -n "$RMI_PORT" ] || RMI_PORT="9010"
[ -n "$HOST_NAME" ] || HOST_NAME=`awk 'END{print $1}' /etc/hosts`
[ -n "$SSL_MODE"] || SSL_MODE="false"
[ -n "$SSL_MODE" ] || SSL_MODE="false"

echo "Using `java --version`"
echo "With JAVA_OPTS '${JAVA_OPTS}'"
Expand Down

0 comments on commit d76a72e

Please sign in to comment.