mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
Change if to is
main.sh defines the command as is_dir_symlink, not if_dir_symlink.
This commit is contained in:
parent
13d58ff390
commit
a136fe8009
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ is_package_full 'WEB_DOMAINS' 'WEB_ALIASES'
|
|||
is_domain_new 'web' "$domain,$aliases"
|
||||
is_dir_symlink $HOMEDIR/$user/web
|
||||
if_dir_exists $HOMEDIR/$user/web/$domain
|
||||
if_dir_symlink $HOMEDIR/$user/web/$domain
|
||||
is_dir_symlink $HOMEDIR/$user/web/$domain
|
||||
if [ ! -z "$ip" ]; then
|
||||
is_ip_valid "$ip" "$user"
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue