comment out subst section temporarily

This commit is contained in:
Asif Bacchus 2019-01-05 05:25:45 -07:00
parent 8b329a9f7b
commit 278671e4d7
1 changed files with 2 additions and 1 deletions

View File

@ -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}"