default backend

This commit is contained in:
Serghey Rodin 2015-10-30 13:53:41 +02:00
commit 45fd7dc75b
4 changed files with 6 additions and 3 deletions

View file

@ -13,7 +13,7 @@
user=$1
domain=$2
domain_idn=$(idn -t --quiet -a "$domain")
template=$3
template=${3-default}
# Includes
source $VESTA/func/main.sh