diff --git a/create_vhost.sh b/create_vhost.sh index 77ead59..dd85b1a 100755 --- a/create_vhost.sh +++ b/create_vhost.sh @@ -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=