From 278671e4d760219d43a8b1908b6f4411696ba1dc Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 5 Jan 2019 05:25:45 -0700 Subject: [PATCH] comment out subst section temporarily --- setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}"