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
commit 479be8016a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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