mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-25 16:02:45 +00:00
build: add image info properties (#3400)
This commit is contained in:
@@ -32,6 +32,7 @@ isDebugging && set -x
|
||||
export HOME=/data
|
||||
|
||||
log "Running as uid=$(id -u) gid=$(id -g) with /data as '$(ls -lnd /data)'"
|
||||
log "Image info: $(paste -d, -s /etc/image.properties)"
|
||||
|
||||
if [ ! -e /data/eula.txt ]; then
|
||||
if ! isTrue "$EULA"; then
|
||||
|
||||
Reference in New Issue
Block a user