mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
Merge pull request #714 from ttcttctw/patch-3
Fix check_args on v-add-letsencrypt-domain
This commit is contained in:
commit
efa101b98c
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ source $VESTA/conf/vesta.conf
|
||||||
# Verifications #
|
# Verifications #
|
||||||
#----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
|
|
||||||
check_args '2' "$#" 'USER DOMAIN [RESTART]'
|
check_args '2' "$#" 'USER DOMAIN [ALIASES] [RESTART]'
|
||||||
is_format_valid 'user' 'domain'
|
is_format_valid 'user' 'domain'
|
||||||
is_system_enabled "$WEB_SYSTEM" 'WEB_SYSTEM'
|
is_system_enabled "$WEB_SYSTEM" 'WEB_SYSTEM'
|
||||||
is_system_enabled "$WEB_SSL" 'SSL_SUPPORT'
|
is_system_enabled "$WEB_SSL" 'SSL_SUPPORT'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue