quoted php check-var in subst buffers.conf
This commit is contained in:
parent
3dc77dc79e
commit
0b6be4b96d
2
setup.sh
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user