forgot to end if statement in subst PHP buffers.conf
This commit is contained in:
parent
8a4151e718
commit
3dc77dc79e
1
setup.sh
1
setup.sh
@ -547,6 +547,7 @@ sed -i -e "s%${tag_cachain}%${CAChainPath}%" "${configPath}/${file_mozmodern}"
|
|||||||
if [ ${usePHP} -eq 1 ]; then
|
if [ ${usePHP} -eq 1 ]; then
|
||||||
echo "updating ${warn}${configPath}/${file_buffers}${norm}"
|
echo "updating ${warn}${configPath}/${file_buffers}${norm}"
|
||||||
cat "${configPath}/${file_buffersPHP}" >> "${configPath}/${file_buffers}"
|
cat "${configPath}/${file_buffersPHP}" >> "${configPath}/${file_buffers}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
# debug section
|
# debug section
|
||||||
|
Loading…
Reference in New Issue
Block a user