Просмотр исходного кода

Update v-update-mail-templates

Alexandros Ioannides 6 лет назад
Родитель
Сommit
67ee3ddf03
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      bin/v-update-mail-templates

+ 1 - 1
bin/v-update-mail-templates

@@ -22,7 +22,7 @@ source $HESTIA/conf/hestia.conf
 #----------------------------------------------------------#
 
 # Update templates
-cp -rf $HESTIA/install/$type/templates/mail $HESTIA/data/templates/
+cp -rf $HESTIA/install/deb/templates/mail $HESTIA/data/templates/
 
 # Rebuild mail domains if mail services are enabled
 if [ ! -z $MAIL_SYSTEM ]; then