diff --git a/setup.sh b/setup.sh index ed5a6f5..b5b216d 100644 --- a/setup.sh +++ b/setup.sh @@ -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}"