mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-28 17:32:47 +00:00
@@ -8,7 +8,7 @@ if [ $(id -u) = 0 ]; then
|
||||
usermod -u $UID minecraft
|
||||
fi
|
||||
if [[ -v GID ]]; then
|
||||
groupmod -g $GID minecraft
|
||||
groupmod -o -g $GID minecraft
|
||||
fi
|
||||
|
||||
if [[ $(stat -c "%u" /data) != $UID ]]; then
|
||||
|
||||
Reference in New Issue
Block a user