Skip to content

Commit b5c11b8

Browse files
committed
changed varaiable names in help/usage function
and fixed billing reporting
1 parent ae01f76 commit b5c11b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bin/v_change_web_domain_sslcert

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ source $V_FUNC/domain.func
2323
#----------------------------------------------------------#
2424

2525
# Checking arg number
26-
check_args '3' "$#" 'user domain certificate'
26+
check_args '3' "$#" 'user domain ssl_dir'
2727

2828
# Checking argument format
29-
format_validation 'user' 'domain' 'ssl'
29+
format_validation 'user' 'domain' 'ssl_dir'
3030

3131
# Checking web system is enabled
3232
is_system_enabled 'web'

bin/v_change_web_domain_sslhome

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ source $V_FUNC/domain.func
2323
#----------------------------------------------------------#
2424

2525
# Checking arg number
26-
check_args '3' "$#" 'user domain sslhome'
26+
check_args '3' "$#" 'user domain ssl_home'
2727

2828
# Checking argument format
2929
format_validation 'user' 'domain'

0 commit comments

Comments
 (0)