Skip to content

Commit

Permalink
forgot to default JVM_OPTS if not provided in stack config
Browse files Browse the repository at this point in the history
  • Loading branch information
DoggySazHi committed Feb 5, 2024
1 parent 04f40ca commit 3944903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dev/ignite
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ if [ "$USE_IGNITE_LOADER" = "true" ]; then
# Normalize on Spigot for later operations
export FAMILY=SPIGOT

export JVM_OPTS="-Dignite.locator=paper -Dignite.paper.jar=${SERVER} -Dignite.paper.target=io.papermc.paperclip.Paperclip -Dignite.paper.version=${VERSION} ${JVM_OPTS}"
export JVM_OPTS="-Dignite.locator=paper -Dignite.paper.jar=${SERVER} -Dignite.paper.target=io.papermc.paperclip.Paperclip -Dignite.paper.version=${VERSION} ${JVM_OPTS-}"
export TYPE="CUSTOM"
fi

0 comments on commit 3944903

Please sign in to comment.