From 3dc77dc79ef7a5d7d45a8089ed80a2505f41fcd0 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 5 Jan 2019 04:58:52 -0700 Subject: [PATCH] forgot to end if statement in subst PHP buffers.conf --- setup.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 939b48b..f33c744 100644 --- a/setup.sh +++ b/setup.sh @@ -545,8 +545,9 @@ sed -i -e "s%${tag_cachain}%${CAChainPath}%" "${configPath}/${file_mozmodern}" # if using PHP: process buffers.conf if [ ${usePHP} -eq 1 ]; then -echo "updating ${warn}${configPath}/${file_buffers}${norm}" -cat "${configPath}/${file_buffersPHP}" >> "${configPath}/${file_buffers}" + echo "updating ${warn}${configPath}/${file_buffers}${norm}" + cat "${configPath}/${file_buffersPHP}" >> "${configPath}/${file_buffers}" +fi # debug section