[mc] also apply to white-list property

This commit is contained in:
Geoff Bourne 2015-11-28 23:02:43 -06:00
parent a6e32f0ea9
commit 32cb5f44e4

View File

@ -91,6 +91,7 @@ if [ ! -e server.properties ]; then
if [ -n "$WHITELIST" ]; then
sed -i "/whitelist\s*=/ c whitelist=true" /data/server.properties
sed -i "/white-list\s*=/ c white-list=true" /data/server.properties
fi
if [ -n "$MOTD" ]; then