mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-06-24 19:14:19 +00:00
[minecraft] Pass GID as docker option
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
umask 002
|
||||
|
||||
if [ ! -e /data/eula.txt ]; then
|
||||
if [ "$EULA" != "" ]; then
|
||||
echo "# Generated via Docker on $(date)" > eula.txt
|
||||
|
||||
Reference in New Issue
Block a user