Merge pull request #260 from Autom3/patch-1

[minecraft-server] Pass all command line arguments to start-configura…
This commit is contained in:
Geoff Bourne
2018-10-23 17:54:34 -05:00
committed by GitHub

View File

@@ -16,7 +16,7 @@ if [ $(id -u) = 0 ]; then
chown -R minecraft:minecraft /data
fi
exec su-exec minecraft:minecraft /start-configuration
exec su-exec minecraft:minecraft /start-configuration $@
else
exec /start-configuration
exec /start-configuration $@
fi