mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-17 07:03:57 +00:00
Generalize EULA instructions in error
This commit is contained in:
@@ -38,8 +38,8 @@ if [ ! -e /data/eula.txt ]; then
|
||||
log ""
|
||||
logError "Please accept the Minecraft EULA at"
|
||||
logError " https://account.mojang.com/documents/minecraft_eula"
|
||||
logError "by adding the following immediately after 'docker run':"
|
||||
logError " -e EULA=TRUE"
|
||||
logError "by setting the container environment variable "
|
||||
logError "EULA to \"true\""
|
||||
log ""
|
||||
exit 1
|
||||
fi
|
||||
@@ -285,4 +285,4 @@ case "${TYPE^^}" in
|
||||
exit 1
|
||||
;;
|
||||
|
||||
esac
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user