Skip to content

Commit

Permalink
fix japp.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavo committed Mar 7, 2024
1 parent 9ac18cd commit 0de6ad1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,3 @@ Thanks to [PLCT Lab](https://plctlab.github.io/) for supporting me.
<img src="https://resources.jetbrains.com/storage/products/company/brand/logos/IntelliJ_IDEA.svg" alt="IntelliJ IDEA logo.">

This project is developed using JetBrains IDEA. Thanks to JetBrains for providing me with a free license.

2 changes: 1 addition & 1 deletion bin/japp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ if [ ! -f "$japp_jar" ]; then
exit 1
fi

java -jar $japp_jar "$@"
exec java -jar $japp_jar "$@"

0 comments on commit 0de6ad1

Please sign in to comment.