Skip to content

Commit

Permalink
Fix wrong java command
Browse files Browse the repository at this point in the history
  • Loading branch information
lukfor committed Oct 9, 2024
1 parent d364796 commit f7011cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/nf-test
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ if [ "${JAVA_PROGRAM_ARGS}" = "update" ]; then
cd "${FOLDER}"
update
else
java -Xmx10G -jar "${FILE_PATH_JAR}" "$@"
"${JAVA_CMD}" -Xmx10G -jar "${FILE_PATH_JAR}" "$@"
fi

0 comments on commit f7011cc

Please sign in to comment.