We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d972fb5 commit e03651eCopy full SHA for e03651e
bin/v-change-web-domain-docroot
@@ -89,7 +89,7 @@ else
89
# Checking destination path
90
real_target_directory="$(readlink -e "${target_domain_directory}/public_html/$target_directory/")"
91
if [ -z "$(echo $real_target_directory | egrep "^$target_domain_directory\b")" ]; then
92
- check_result $E_FORBIDEN "target dir outside of target domain dir"
+ check_result $E_FORBIDEN "Target dir outside of target domain dir"
93
fi
94
95
if [ ! -e "$real_target_directory" ]; then
0 commit comments