Skip to content

Commit

Permalink
Include SPIGET_RESOURCES support for hybrid server types (#2292)
Browse files Browse the repository at this point in the history
  • Loading branch information
itzg authored Jul 15, 2023
1 parent 374fa9a commit b028e65
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file modified notes/start-script-flow.drawio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion scripts/start-deployCatserver
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ fi

export FAMILY=HYBRID

exec "${SCRIPTS:-/}start-setupWorld" "$@"
exec "${SCRIPTS:-/}start-spiget" "$@"
2 changes: 1 addition & 1 deletion scripts/start-deployCrucible
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ fi
export SERVER
export FAMILY=HYBRID

exec "${SCRIPTS:-$(dirname "$0")}/start-setupWorld" "$@"
exec "${SCRIPTS:-/}start-spiget" "$@"
2 changes: 1 addition & 1 deletion scripts/start-deployMagma
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ fi
export SERVER
export FAMILY=HYBRID

exec "${SCRIPTS:-/}start-setupWorld" "$@"
exec "${SCRIPTS:-/}start-spiget" "$@"
2 changes: 1 addition & 1 deletion scripts/start-deployMohist
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ fi

export FAMILY=HYBRID

exec "${SCRIPTS:-$(dirname "$0")}/start-setupWorld" "$@"
exec "${SCRIPTS:-/}start-spiget" "$@"

0 comments on commit b028e65

Please sign in to comment.