mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-14 06:12:27 +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:
commit
479be8016a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue