mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 05:44:07 -07:00
changed varaiable names in help/usage function
and fixed billing reporting
This commit is contained in:
parent
ae01f76bc7
commit
b5c11b8c75
2 changed files with 3 additions and 3 deletions
|
@ -23,10 +23,10 @@ source $V_FUNC/domain.func
|
|||
#----------------------------------------------------------#
|
||||
|
||||
# Checking arg number
|
||||
check_args '3' "$#" 'user domain certificate'
|
||||
check_args '3' "$#" 'user domain ssl_dir'
|
||||
|
||||
# Checking argument format
|
||||
format_validation 'user' 'domain' 'ssl'
|
||||
format_validation 'user' 'domain' 'ssl_dir'
|
||||
|
||||
# Checking web system is enabled
|
||||
is_system_enabled 'web'
|
||||
|
|
|
@ -23,7 +23,7 @@ source $V_FUNC/domain.func
|
|||
#----------------------------------------------------------#
|
||||
|
||||
# Checking arg number
|
||||
check_args '3' "$#" 'user domain sslhome'
|
||||
check_args '3' "$#" 'user domain ssl_home'
|
||||
|
||||
# Checking argument format
|
||||
format_validation 'user' 'domain'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue