Merge pull request #714 from ttcttctw/patch-3

Fix check_args on v-add-letsencrypt-domain
This commit is contained in:
Serghey Rodin 2016-06-30 12:52:01 +03:00 committed by GitHub
commit efa101b98c

View file

@ -30,7 +30,7 @@ source $VESTA/conf/vesta.conf
# Verifications #
#----------------------------------------------------------#
check_args '2' "$#" 'USER DOMAIN [RESTART]'
check_args '2' "$#" 'USER DOMAIN [ALIASES] [RESTART]'
is_format_valid 'user' 'domain'
is_system_enabled "$WEB_SYSTEM" 'WEB_SYSTEM'
is_system_enabled "$WEB_SSL" 'SSL_SUPPORT'