mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-08-28 17:57:34 +00:00
+1
-1
@@ -113,7 +113,7 @@ function normalizeMemSize() {
|
|||||||
|
|
||||||
function versionLessThan() {
|
function versionLessThan() {
|
||||||
local activeParts
|
local activeParts
|
||||||
IFS=. read -ra activeParts <<<"${VANILLA_VERSION}"
|
IFS=. read -ra activeParts <<<"${VANILLA_VERSION%%-*}"
|
||||||
|
|
||||||
local givenParts
|
local givenParts
|
||||||
IFS=. read -ra givenParts <<<"$1"
|
IFS=. read -ra givenParts <<<"$1"
|
||||||
|
|||||||
Reference in New Issue
Block a user