Skip to content

Commit 6877581

Browse files
committed
Update startup.sh.vtl
1 parent caa4cb3 commit 6877581

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
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
# GNU/Linux startup script generated by JavaPackager Maven Plugin
3-
SCRIPTPATH=`cd "$(dirname "$0")" ; pwd`
3+
SCRIPTPATH=$(dirname $(readlink -e "$0"))
44
#if($info.bundleJre)
55
JAVA=$SCRIPTPATH/jre/bin/java
66
#else

0 commit comments

Comments
 (0)