mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 14:24:28 +00:00
parent
5ad745de75
commit
d00f9d3609
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ shopt -s nullglob
|
|||
export HOME=/data
|
||||
|
||||
if [ ! -e /data/eula.txt ]; then
|
||||
EULA="${EULA^^}"
|
||||
if [ "$EULA" != "TRUE" ]; then
|
||||
EULA="${EULA,,}"
|
||||
if [ "$EULA" != "true" ]; then
|
||||
echo ""
|
||||
echo "Please accept the Minecraft EULA at"
|
||||
echo " https://account.mojang.com/documents/minecraft_eula"
|
||||
|
|
Loading…
Reference in a new issue