mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-12 21:32:28 +00:00
Fix typo
This commit is contained in:
parent
d0263f31d6
commit
13a6d91295
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ case "$TYPE" in
|
|||
fi
|
||||
;;
|
||||
|
||||
VANILLA|vanilla|)
|
||||
VANILLA|vanilla)
|
||||
SERVER="minecraft_server.$VANILLA_VERSION.jar"
|
||||
|
||||
if [ ! -e $SERVER ]; then
|
||||
|
|
Loading…
Reference in a new issue