- Timestamp:
- Jun 15, 2014, 1:30:55 AM (10 years ago)
- Location:
- scripts/usr/local/lib/7dtd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/usr/local/lib/7dtd/VERSION
r57 r58 1 Version: 1 62 Release: 2014-06- 091 Version: 17 2 Release: 2014-06-15 -
scripts/usr/local/lib/7dtd/commands/status.sh
r23 r58 29 29 echo 30 30 echo "Game info:" 31 line "Server name:" $(getConfigValue $1 ServerName)32 line "Password:" $(getConfigValue $1 ServerPassword)33 line "Max players:" $(getConfigValue $1 ServerMaxPlayerCount)34 line "World:" $(getConfigValue $1 GameWorld)31 line "Server name:" "$(getConfigValue $1 ServerName)" 32 line "Password:" "$(getConfigValue $1 ServerPassword)" 33 line "Max players:" "$(getConfigValue $1 ServerMaxPlayerCount)" 34 line "World:" "$(getConfigValue $1 GameWorld)" 35 35 36 36 echo 37 37 echo "Network info:" 38 line "Port:" $(getConfigValue $1 ServerPort)39 line "Public:" $(getConfigValue $1 ServerIsPublic)38 line "Port:" "$(getConfigValue $1 ServerPort)" 39 line "Public:" "$(getConfigValue $1 ServerIsPublic)" 40 40 if [ "$(getConfigValue $1 ControlPanelEnabled)" = "false" ]; then 41 41 cp="off"
Note:
See TracChangeset
for help on using the changeset viewer.