Skip to content

Commit 2590ba8

Browse files
committed
Update startup.sh.vtl
1 parent e9b4742 commit 2590ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/linux/startup.sh.vtl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#!/usr/bin/env bash
33
# GNU/Linux startup script generated by JavaPackager plugin
44

5-
SCRIPTPATH=$(dirname $(readlink -e "$0"))
5+
SCRIPTPATH=$(dirname "$(readlink -e "$0")")
66

77
#if ($info.bundleJre)
88
JAVA="$SCRIPTPATH/${info.jreDirectoryName}/bin/java"

0 commit comments

Comments
 (0)