Parcourir la source

Remove rebuild routine from 1.0.3.sh

Kristan Kenney il y a 6 ans
Parent
commit
24447f8b11
1 fichiers modifiés avec 0 ajouts et 5 suppressions
  1. 0 5
      install/upgrade/versions/1.0.3.sh

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

@@ -6,8 +6,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