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

Version 11: Minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.