mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-14 14:22:27 +00:00
parent
79756d13fd
commit
b88ae49c3b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue