fixing CONF_NAMED test

This commit is contained in:
tengel 2014-09-07 19:12:16 -05:00
parent 5fcb7834c1
commit 7dd00195aa

View file

@ -91,7 +91,7 @@ PET_LIP=/var/cache/petrified/lastip.dat
####
# Read in our configs
if [[ -z "{CONF_NAMED}" ]]; then
if [[ -z "${CONF_NAMED}" ]]; then
[[ -r "${CONF_GLOBAL}" ]] && source "${CONF_GLOBAL}"
[[ -r "${CONF_LOCAL}" ]] && source "${CONF_LOCAL}"
else