mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-10 16:51:23 +00:00
Merge pull request #260 from Autom3/patch-1
[minecraft-server] Pass all command line arguments to start-configura…
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user