mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -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
|
@ -23,7 +23,7 @@ source $VESTA/func/main.sh
|
|||
|
||||
check_args '1' "$#" 'USER'
|
||||
validate_format 'user'
|
||||
is_system_enabled "$DB_SYSTEM"
|
||||
is_system_enabled "$DB_SYSTEM" 'DB_SYSTEM'
|
||||
is_object_valid 'user' 'USER' "$user"
|
||||
is_object_unsuspended 'user' 'USER' "$user"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue