commented out subst section temporarily

This commit is contained in:
Asif Bacchus 2019-01-05 01:12:33 -07:00
parent 0f74e43c58
commit 260bcea10f
1 changed files with 2 additions and 2 deletions

View File

@ -403,7 +403,7 @@ if [ "${usePHP}" -eq 1 ]; then
done
fi
: <<'COMMENTSECTION'
### Write configurations to template files
# let user know what's happening
echo -e "\n${mag}---------------------${norm}"
@ -423,7 +423,7 @@ echo "updating SSL configuration parameters file"
echo -e "s%${tag_dhparam}%${DHPath}%" "${configPath}/nginx/conf.d/mozModern_ssl.conf"
echo -e "s%${tag_cachain}%${CAChainPath}%" "${configPath}/nginx/conf.d/mozModern_ssl.conf"
COMMENTSECTION
# debug section
echo -e "\n${mag}---------------------${norm}"