Switch to mc-image-helper for installing Paper/Folia (#2211)

This commit is contained in:
Geoff Bourne
2023-06-13 09:24:37 -05:00
committed by GitHub
parent 24f40c84ee
commit fc7d48e33f
3 changed files with 33 additions and 64 deletions

View File

@@ -8,4 +8,4 @@ if [[ $FOLIABUILD ]]; then
export PAPERBUILD="$FOLIABUILD"
fi
PAPER_PROJECT="folia" PAPER_NAME="FoliaMC" exec ${SCRIPTS:-/}start-deployPaper "$@"
PAPER_PROJECT="folia" PAPER_NAME="FoliaMC" exec "${SCRIPTS:-/}start-deployPaper" "$@"