From 7dd00195aadc6d584888a38eb531e42d55c5b54c Mon Sep 17 00:00:00 2001 From: tengel Date: Sun, 7 Sep 2014 19:12:16 -0500 Subject: [PATCH] fixing CONF_NAMED test --- petrified | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/petrified b/petrified index 92b5f0c..d52bafb 100755 --- a/petrified +++ b/petrified @@ -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