Merge pull request #10 from andreasheil/master

propagate SIGTERM to the Minecraft process
This commit is contained in:
Geoff Bourne 2015-01-05 18:16:23 -06:00
commit a8c3afbe88

View File

@ -85,5 +85,5 @@ if [ -n "$ICON" -a ! -e server-icon.png ]; then
fi
fi
java $JVM_OPTS -jar minecraft_server.$VERSION.jar
exec java $JVM_OPTS -jar minecraft_server.$VERSION.jar