mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-13 13:52:27 +00:00
mc: support snapshot versions with spaces, such as "1.14 Pre-Release 1"
This commit is contained in:
parent
40a26b8caf
commit
b29e76b128
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
. /start-utils
|
||||
set -o pipefail
|
||||
|
||||
export SERVER="minecraft_server.$VANILLA_VERSION.jar"
|
||||
export SERVER="minecraft_server.${VANILLA_VERSION// /_}.jar"
|
||||
|
||||
if [ ! -e $SERVER ]; then
|
||||
echo "Downloading $SERVER ..."
|
||||
|
|
Loading…
Reference in a new issue