diff --git a/setup.sh b/setup.sh index eb45553..d7e912d 100644 --- a/setup.sh +++ b/setup.sh @@ -521,7 +521,7 @@ if [ "${usePHP}" -eq 1 ]; then done fi - +: <<'COMMENTSECTION' ### Write configurations to template files # let user know what's happening @@ -573,6 +573,7 @@ if [ "${phpType}" = "sockets" ]; then sed -i -e "/${tag_phphandler}/{r ${configPath}/${file_phpSOCK}" -e 'd}' "${configPath}/${file_phphandler}" fi +COMMENTSECTION # debug section echo -e "\n${mag}---------------------${norm}"