kutzi opened this issue 7 years ago · 0 comments
Would be nice if the start script wouldn't depend on the JAR being in ~/bin I.e. change the script to something like this:
BASEDIR=$(dirname "$0") +java -jar $BASEDIR/a-*-jar-with-dependencies.jar "$@"