fixing CONF_NAMED test
This commit is contained in:
parent
5fcb7834c1
commit
7dd00195aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue