fixing CONF_NAMED test
This commit is contained in:
parent
9c70a58447
commit
cae07c05c5
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ PET_LIP=/var/cache/petrified/lastip.dat
|
||||||
####
|
####
|
||||||
|
|
||||||
# Read in our configs
|
# Read in our configs
|
||||||
if [[ -z "{CONF_NAMED}" ]]; then
|
if [[ -z "${CONF_NAMED}" ]]; then
|
||||||
[[ -r "${CONF_GLOBAL}" ]] && source "${CONF_GLOBAL}"
|
[[ -r "${CONF_GLOBAL}" ]] && source "${CONF_GLOBAL}"
|
||||||
[[ -r "${CONF_LOCAL}" ]] && source "${CONF_LOCAL}"
|
[[ -r "${CONF_LOCAL}" ]] && source "${CONF_LOCAL}"
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue