mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-09-04 21:25:01 +00:00
fix: drop extra brace in Forge/NeoForge FORCE_REINSTALL defaults (#4249)
Co-authored-by: LCB <me@lbellows.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
: "${FORGE_VERSION:=${FORGEVERSION:-RECOMMENDED}}"
|
: "${FORGE_VERSION:=${FORGEVERSION:-RECOMMENDED}}"
|
||||||
: "${FORGE_FORCE_REINSTALL:=false}}"
|
: "${FORGE_FORCE_REINSTALL:=false}"
|
||||||
|
|
||||||
# shellcheck source=start-utils
|
# shellcheck source=start-utils
|
||||||
. "${SCRIPTS:-$(dirname "$0")}/start-utils"
|
. "${SCRIPTS:-$(dirname "$0")}/start-utils"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
: "${NEOFORGE_VERSION:=latest}"
|
: "${NEOFORGE_VERSION:=latest}"
|
||||||
: "${NEOFORGE_FORCE_REINSTALL:=false}}"
|
: "${NEOFORGE_FORCE_REINSTALL:=false}"
|
||||||
: "${NEOFORGE_INSTALLER:=}"
|
: "${NEOFORGE_INSTALLER:=}"
|
||||||
|
|
||||||
# shellcheck source=start-utils
|
# shellcheck source=start-utils
|
||||||
|
|||||||
Reference in New Issue
Block a user