mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-23 17:46:23 +00:00
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user