瀏覽代碼

Fix #90. Added del_web_config() call

Serghey Rodin 12 年之前
父節點
當前提交
d4ad08ab3d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bin/v-change-web-domain-tpl

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

@@ -75,7 +75,7 @@ fi
 if [ "$SSL" = 'yes' ]; then
 if [ "$SSL" = 'yes' ]; then
     conf="$HOMEDIR/$user/conf/web/s$WEB_SYSTEM.conf"
     conf="$HOMEDIR/$user/conf/web/s$WEB_SYSTEM.conf"
     tpl_file="$WEBTPL/$WEB_SYSTEM/$template.stpl"
     tpl_file="$WEBTPL/$WEB_SYSTEM/$template.stpl"
-
+    del_web_config
     add_web_config
     add_web_config
 
 
     # Running template trigger
     # Running template trigger