Browse Source

Update v-change-web-domain-tpl

onbalt 9 years ago
parent
commit
b3ccb9c9d9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      bin/v-change-web-domain-tpl

+ 2 - 2
bin/v-change-web-domain-tpl

@@ -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