Index: scripts/usr/local/lib/7dtd/VERSION
===================================================================
--- scripts/usr/local/lib/7dtd/VERSION	(revision 57)
+++ scripts/usr/local/lib/7dtd/VERSION	(revision 58)
@@ -1,2 +1,2 @@
-Version: 16
-Release: 2014-06-09
+Version: 17
+Release: 2014-06-15
Index: scripts/usr/local/lib/7dtd/commands/status.sh
===================================================================
--- scripts/usr/local/lib/7dtd/commands/status.sh	(revision 57)
+++ scripts/usr/local/lib/7dtd/commands/status.sh	(revision 58)
@@ -29,13 +29,13 @@
 	echo
 	echo "Game info:"
-	line "Server name:" $(getConfigValue $1 ServerName)
-	line "Password:" $(getConfigValue $1 ServerPassword)
-	line "Max players:" $(getConfigValue $1 ServerMaxPlayerCount)
-	line "World:" $(getConfigValue $1 GameWorld)
+	line "Server name:" "$(getConfigValue $1 ServerName)"
+	line "Password:" "$(getConfigValue $1 ServerPassword)"
+	line "Max players:" "$(getConfigValue $1 ServerMaxPlayerCount)"
+	line "World:" "$(getConfigValue $1 GameWorld)"
 
 	echo
 	echo "Network info:"
-	line "Port:" $(getConfigValue $1 ServerPort)
-	line "Public:" $(getConfigValue $1 ServerIsPublic)
+	line "Port:" "$(getConfigValue $1 ServerPort)"
+	line "Public:" "$(getConfigValue $1 ServerIsPublic)"
 	if [ "$(getConfigValue $1 ControlPanelEnabled)" = "false" ]; then
 		cp="off"
