mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-28 03:46:26 +00:00
Retain declared version for placeholder usage (#2486)
This commit is contained in:
@@ -113,7 +113,8 @@ fi
|
||||
|
||||
cd /data || exit 1
|
||||
|
||||
export ORIGINAL_TYPE=${TYPE^^}
|
||||
export DECLARED_TYPE=${TYPE^^}
|
||||
export DECLARED_VERSION="$VERSION"
|
||||
|
||||
if isTrue "${ENABLE_AUTOPAUSE}"; then
|
||||
"${SCRIPTS:-/}start-autopause"
|
||||
|
||||
Reference in New Issue
Block a user