mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
updated syntax for is_system_enabled()
This commit is contained in:
parent
bab24899ea
commit
7ebd96d92d
125 changed files with 127 additions and 127 deletions
|
@ -25,7 +25,7 @@ source $VESTA/func/remote.sh
|
|||
|
||||
check_args '2' "$#" 'USER DOMAIN'
|
||||
validate_format 'user' 'domain'
|
||||
is_system_enabled "$DNS_CLUSTER"
|
||||
is_system_enabled "$DNS_CLUSTER" 'DNS_CLUSTER'
|
||||
is_object_valid 'user' 'USER' "$user"
|
||||
is_object_valid 'dns' 'DOMAIN' "$domain"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue