From 2d6316e6c392d26519df66fc8e582cb49315fcee Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Thu, 20 Sep 2018 19:56:48 -0500 Subject: [PATCH] mc: fix container stop handling --- minecraft-server/start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minecraft-server/start b/minecraft-server/start index 6a8c6b8f..8a1001c1 100755 --- a/minecraft-server/start +++ b/minecraft-server/start @@ -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