Skip to content

Commit

Permalink
avoid splitting arguments; see bio-guoda/preston@d226274
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorrit Poelen committed Oct 7, 2024
1 parent 4ed152c commit 3cd80e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/deb/bin/elton
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Launches Elton in JVM
#

java -Xmx8G -XX:+UseG1GC -cp "/usr/share/elton/lib/*" org.globalbioticinteractions.elton.Elton $@
java -Xmx8G -XX:+UseG1GC -cp "/usr/share/elton/lib/*" org.globalbioticinteractions.elton.Elton "$@"

0 comments on commit 3cd80e8

Please sign in to comment.