Changeset 45 for scripts


Ignore:
Timestamp:
Jun 3, 2014, 4:07:06 PM (10 years ago)
Author:
alloc
Message:

Version 11: Minor fixes

Location:
scripts/usr/local/lib/7dtd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • scripts/usr/local/lib/7dtd/VERSION

    r35 r45  
    1 Current version: 10
    2 Last edit: 2014-06-02
     1Current version: 11
     2Last edit: 2014-06-03
  • scripts/usr/local/lib/7dtd/serverconfig.sh

    r35 r45  
    994994        done
    995995       
     996        if [ "$TYPE" = "boolean" ]; then
     997                if [ $(getBool ${!currentValName}) -eq 1 ]; then
     998                        export $currentValName="true"
     999                else
     1000                        export $currentValName="false"
     1001                fi
     1002        fi
    9961003        if [ "$TYPE" = "enum" ]; then
    9971004                export $currentValName="${config_allowed_values[$currentValName-1]}"
Note: See TracChangeset for help on using the changeset viewer.