Skip to content

Commit

Permalink
echo path
Browse files Browse the repository at this point in the history
  • Loading branch information
arc0035 committed Nov 1, 2023
1 parent 007efad commit 2a5988d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [ ${SERVER_PORT}"" = "" ];then
echo "$CONF_DIR/application.yml server port has not been configured"
exit -1
fi
JAVA_CMD="${JAVA_HOME}/bin"
JAVA_CMD="${JAVA_HOME}/bin/java"
if [ ${JAVA_HOME}"" = "" ];then
echo "JAVA_HOME has not been configured, using java"
JAVA_CMD='java'
Expand Down

0 comments on commit 2a5988d

Please sign in to comment.