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 e525255 commit caa4cb3Copy full SHA for caa4cb3
src/main/resources/linux/startup.sh.vtl
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
# GNU/Linux startup script generated by JavaPackager Maven Plugin
3
-SCRIPTPATH=`cd "$(dirname "$(readlink "$0")")" ; pwd`
+SCRIPTPATH=`cd "$(dirname "$0")" ; pwd`
4
#if($info.bundleJre)
5
JAVA=$SCRIPTPATH/jre/bin/java
6
#else
0 commit comments