From cae07c05c50d51b4f873999902b50f51c2ac054b Mon Sep 17 00:00:00 2001 From: tengel Date: Wed, 20 Mar 2024 09:32:36 -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