Change quote style to match the rest of defaults

We don't need to preserve the literal meaning in these variables, like we do in the other defaults, but style-wise it looks better.
This commit is contained in:
Jason M. Wood 2014-01-07 21:18:02 -07:00
parent 4f4b90a731
commit 9ea3031014

View File

@ -168,9 +168,9 @@ CURRENT_VERSION=$(
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
# Default settings if not provided in the world's server.properties file. # Default settings if not provided in the world's server.properties file.
DEFAULT_WORLD="world" DEFAULT_WORLD='world'
DEFAULT_PORT="25565" DEFAULT_PORT='25565'
DEFAULT_IP="" DEFAULT_IP=''
DEFAULT_CLIENT_VERSION=$CURRENT_VERSION DEFAULT_CLIENT_VERSION=$CURRENT_VERSION
DEFAULT_CLIENT_JAR='$CLIENT_VERSION.jar' DEFAULT_CLIENT_JAR='$CLIENT_VERSION.jar'
DEFAULT_CLIENT_URL='https://s3.amazonaws.com/Minecraft.Download/versions/$CLIENT_VERSION/$CLIENT_VERSION.jar' DEFAULT_CLIENT_URL='https://s3.amazonaws.com/Minecraft.Download/versions/$CLIENT_VERSION/$CLIENT_VERSION.jar'