Update v-change-web-domain-tpl

This commit is contained in:
onbalt
2016-08-20 00:10:14 +03:00
committed by GitHub
parent 5fd052ee07
commit b3ccb9c9d9

View File

@@ -54,9 +54,9 @@ fi
# Defining variables for new vhost config
prepare_web_domain_values
add_web_config "$WEB_SYSTEM" "$TPL.tpl"
add_web_config "$WEB_SYSTEM" "$template.tpl"
if [ "$SSL" = 'yes' ]; then
add_web_config "$WEB_SYSTEM" "$TPL.stpl"
add_web_config "$WEB_SYSTEM" "$template.stpl"
fi