Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-idemura committed Oct 22, 2019
1 parent a29a529 commit 555b082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions jred
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

LOG=org.slf4j.simpleLogger.defaultLogLevel=debug
JAR=${JRED_PATH:-$(dirname $0)}/jred-all.jar

java -XX:+UseG1GC -D$LOG -jar $JAR "$@"
1 change: 1 addition & 0 deletions jred_start
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

LOG=org.slf4j.simpleLogger.defaultLogLevel=debug
JAR=${JRED_PATH:-$(dirname $0)}/jred-all.jar

mkdir -p $HOME/.jred
nohup java -XX:+UseG1GC -D$LOG -jar $JAR "$@" server \
< /dev/null \
Expand Down

0 comments on commit 555b082

Please sign in to comment.