Browse Source

Use captial T instead

Jaap Marcus 4 years ago
parent
commit
e03651ea90
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/v-change-web-domain-docroot

+ 1 - 1
bin/v-change-web-domain-docroot

@@ -89,7 +89,7 @@ else
         # Checking destination path
         real_target_directory="$(readlink -e "${target_domain_directory}/public_html/$target_directory/")"
         if [ -z "$(echo $real_target_directory | egrep "^$target_domain_directory\b")" ]; then
-            check_result $E_FORBIDEN "target dir outside of target domain dir"
+            check_result $E_FORBIDEN "Target dir outside of target domain dir"
         fi
 
         if [ ! -e "$real_target_directory" ]; then