quoted php check-var in subst buffers.conf

This commit is contained in:
Asif Bacchus 2019-01-05 05:00:04 -07:00
parent 3dc77dc79e
commit 0b6be4b96d
1 changed files with 1 additions and 1 deletions

View File

@ -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