mirror of
https://github.com/itzg/docker-minecraft-server
synced 2025-01-18 23:13:53 +00:00
mc: fix container stop handling
This commit is contained in:
parent
009309966b
commit
2d6316e6c3
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ if [ $(id -u) = 0 ]; then
|
|||
chown -R minecraft:minecraft /data
|
||||
fi
|
||||
|
||||
su-exec minecraft:minecraft /start-configuration
|
||||
exec su-exec minecraft:minecraft /start-configuration
|
||||
else
|
||||
exec /start-configuration
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue