From 0b6be4b96d0bb80cfcb3b68d314db55a902b9ecc Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 5 Jan 2019 05:00:04 -0700 Subject: [PATCH] quoted php check-var in subst buffers.conf --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index f33c744..a981f00 100644 --- a/setup.sh +++ b/setup.sh @@ -544,7 +544,7 @@ sed -i -e "s%${tag_dhparam}%${DHPath}%" "${configPath}/${file_mozmodern}" sed -i -e "s%${tag_cachain}%${CAChainPath}%" "${configPath}/${file_mozmodern}" # if using PHP: process buffers.conf -if [ ${usePHP} -eq 1 ]; then +if [ "${usePHP}" -eq 1 ]; then echo "updating ${warn}${configPath}/${file_buffers}${norm}" cat "${configPath}/${file_buffersPHP}" >> "${configPath}/${file_buffers}" fi