Raphael Schneeberger 6 лет назад
Родитель
Сommit
0a9ecfd72d
2 измененных файлов с 14 добавлено и 1 удалено
  1. 13 0
      install/upgrade/versions/1.0.3.sh
  2. 1 1
      src/deb/hestia/control

+ 13 - 0
install/upgrade/versions/1.0.3.sh

@@ -0,0 +1,13 @@
+#!/bin/sh
+
+# Hestia Control Panel upgrade script for target version 1.0.3
+
+#######################################################################################
+#######                      Place additional commands below.                   #######
+#######################################################################################
+
+# Update webmail templates to rebuild all mail domains.
+if [ ! -z "$IMAP_SYSTEM" ]; then
+    echo "(*) Update and rebuild mail domains..."
+    $BIN/v-update-mail-templates > /dev/null 2>&1
+fi

+ 1 - 1
src/deb/hestia/control

@@ -1,7 +1,7 @@
 Source: hestia
 Package: hestia
 Priority: optional
-Version: 1.0.2
+Version: 1.0.3
 Section: admin
 Maintainer: HestiaCP <info@hestiacp.com>
 Homepage: https://www.hestiacp.com