Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't depend on script being in ~/bin #18

Closed
kutzi opened this issue Nov 7, 2017 · 0 comments
Closed

Don't depend on script being in ~/bin #18

kutzi opened this issue Nov 7, 2017 · 0 comments
Assignees

Comments

@kutzi
Copy link

kutzi commented Nov 7, 2017

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 "$@"

@northlander northlander self-assigned this Nov 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants