mc: fix container stop handling

This commit is contained in:
Geoff Bourne 2018-09-20 19:56:48 -05:00
parent 009309966b
commit 2d6316e6c3

View File

@ -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