mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-04-26 23:39:31 +00:00
Improve local development (#3661)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
: "${FOLIA_CHANNEL:=experimental}"
|
||||
|
||||
# shellcheck source=start-utils
|
||||
. "${SCRIPTS:-/}start-utils"
|
||||
. "$(dirname "$0")/start-utils"
|
||||
set -o pipefail
|
||||
handleDebugMode
|
||||
|
||||
@@ -18,4 +18,4 @@ fi
|
||||
PAPER_PROJECT="folia" \
|
||||
PAPER_NAME="FoliaMC" \
|
||||
PAPER_CHANNEL="${FOLIA_CHANNEL}" \
|
||||
exec "${SCRIPTS:-/}start-deployPaper" "$@"
|
||||
exec "$(dirname "$0")/start-deployPaper" "$@"
|
||||
|
||||
Reference in New Issue
Block a user