Przeglądaj źródła

Use captial T instead

Jaap Marcus 5 lat temu
rodzic
commit
e03651ea90
1 zmienionych plików z 1 dodań i 1 usunięć
  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
         # Checking destination path
         real_target_directory="$(readlink -e "${target_domain_directory}/public_html/$target_directory/")"
         real_target_directory="$(readlink -e "${target_domain_directory}/public_html/$target_directory/")"
         if [ -z "$(echo $real_target_directory | egrep "^$target_domain_directory\b")" ]; then
         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
         fi
 
 
         if [ ! -e "$real_target_directory" ]; then
         if [ ! -e "$real_target_directory" ]; then