RACK911LABS.COM: symlink check

This commit is contained in:
Serghey Rodin 2018-04-27 15:36:41 +03:00
commit 4f4cc763a7
4 changed files with 15 additions and 0 deletions

View file

@ -47,6 +47,7 @@ is_object_valid 'user' 'USER' "$user"
is_object_unsuspended 'user' 'USER' "$user"
is_package_full 'WEB_DOMAINS' 'WEB_ALIASES'
is_domain_new 'web' "$domain,$aliases"
is_dir_symlink $HOMEDIR/$user/web
if [ ! -z "$ip" ]; then
is_ip_valid "$ip" "$user"
else