create_vhost.sh: remove debug code.

This commit is contained in:
Christoph 2021-02-12 13:20:54 +01:00
parent b584d3c2e2
commit 9cec92749c

View File

@ -790,10 +790,6 @@ if [ -z "$_existing_vhost_config_file" ]; then
if [ "X$_doc_root" = "X" ]; then
_doc_root=$__document_root
fi
echo ""
echo "_doc_root: $_doc_root"
echo "_web_base_dir: $_web_base_dir"
echo ""
if [ "`dirname $_doc_root`" != "$_web_base_dir" ]; then
echo -e "\n\t\033[1;33mDocument Root Directory must be a subdirectory of \"$_web_base_dir\".\n\tTry again..\033[m\n"
_doc_root=