mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
exclusion for clusters
This commit is contained in:
parent
ef9f28ecee
commit
e7efa139ee
2 changed files with 6 additions and 0 deletions
|
@ -29,6 +29,9 @@ validate_format 'user'
|
|||
is_system_enabled "$DNS_SYSTEM" 'DNS_SYSTEM'
|
||||
is_object_valid 'user' 'USER' "$user"
|
||||
is_object_unsuspended 'user' 'USER' "$user"
|
||||
if [ "$DNS_SYSTEM" = 'remote' ]; then
|
||||
exit
|
||||
fi
|
||||
|
||||
|
||||
#----------------------------------------------------------#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue