fixing CONF_NAMED test

This commit is contained in:
tengel 2024-03-20 09:32:36 -05:00
parent 9c70a58447
commit cae07c05c5

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