We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b4742 commit 2590ba8Copy full SHA for 2590ba8
src/main/resources/linux/startup.sh.vtl
@@ -2,7 +2,7 @@
2
#!/usr/bin/env bash
3
# GNU/Linux startup script generated by JavaPackager plugin
4
5
-SCRIPTPATH=$(dirname $(readlink -e "$0"))
+SCRIPTPATH=$(dirname "$(readlink -e "$0")")
6
7
#if ($info.bundleJre)
8
JAVA="$SCRIPTPATH/${info.jreDirectoryName}/bin/java"
0 commit comments