Merge branch 'master' into vesta-ipv6-support

This commit is contained in:
Made I.T 2017-03-16 11:34:33 +01:00 committed by GitHub
commit 790b4aeb51
199 changed files with 2968 additions and 1202 deletions

View file

@ -12,6 +12,7 @@
# Argument definition
user=$1
domain=$2
domain_idn=$2
restart=$3
# Includes
@ -22,6 +23,7 @@ source $VESTA/conf/vesta.conf
# Additional argument formatting
format_domain
format_domain_idn
# TODO: $domain_idn not used in this script - maybe $domain should be converted to $doman_idn ?
#----------------------------------------------------------#