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

@ -75,6 +75,9 @@ if [ ! -z "$WEB_BACKEND" ]; then
fi
get_domain_backend_values
backend=$(get_user_value '$BACKEND_TEMPLATE')
if [ -z "$backend" ]; then
backend='default'
fi
fi
# Defining variables for add_config function