Explorar o código

Update mail templates when enabling Z-Push

Kristan Kenney %!s(int64=6) %!d(string=hai) anos
pai
achega
0ccaa6cce1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      install/upgrade/versions/latest.sh

+ 1 - 0
install/upgrade/versions/latest.sh

@@ -12,4 +12,5 @@ if [ -z "$MAIL_SYSTEM" ] && [ -z "$IMAP_SYSTEM" ]; then
     echo "(*) Configuring Z-Push ActiveSync & AutoDiscover service..."
     apt-get -qq update && apt-get install hestia-zpush
     cp -f $HESTIA/install/deb/zpush/zpush_params /etc/nginx/conf.d/
+    $BIN/v-update-mail-templates
 fi