mirror of
https://github.com/itzg/docker-minecraft-server
synced 2025-03-04 23:27:17 +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
|
chown -R minecraft:minecraft /data
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec su-exec minecraft:minecraft /start-configuration
|
exec su-exec minecraft:minecraft /start-configuration $@
|
||||||
else
|
else
|
||||||
exec /start-configuration
|
exec /start-configuration $@
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue