Procházet zdrojové kódy

Update v-update-mail-templates

Alexandros Ioannides před 6 roky
rodič
revize
67ee3ddf03
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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
 # 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
 # Rebuild mail domains if mail services are enabled
 if [ ! -z $MAIL_SYSTEM ]; then
 if [ ! -z $MAIL_SYSTEM ]; then