Add PAPER_CONFIG_REPO as alias for defaults repo variable (#3076)

This commit is contained in:
Tomás Alegre Sepúlveda
2024-09-23 09:31:04 -03:00
committed by GitHub
parent 295996b033
commit df8f8f1716
3 changed files with 78 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ handleDebugMode
: "${PAPER_CHANNEL:=default}"
: "${PAPER_DOWNLOAD_URL:=}"
: "${PAPER_CUSTOM_JAR:=}"
: "${PAPER_CONFIG_DEFAULTS_REPO:=https://raw.githubusercontent.com/dayyeeet/minecraft-default-configs/main}"
: "${PAPER_CONFIG_DEFAULTS_REPO:=${PAPER_CONFIG_REPO:=https://raw.githubusercontent.com/dayyeeet/minecraft-default-configs/main}}"
resultsFile=/data/.paper.env
if [[ $PAPER_CUSTOM_JAR ]]; then