Преглед изворни кода

Correct message in upgrade script for missing IMAP_SYSTEM variable

Kristan Kenney пре 7 година
родитељ
комит
f47abd8abe
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      install/upgrade/0.9.8-28.sh

+ 2 - 2
install/upgrade/0.9.8-28.sh

@@ -193,9 +193,9 @@ if [ -f /etc/dovecot/dovecot.conf ]; then
 fi
 
 # Add IMAP system variable to configuration if dovecot is installed
-if [ -z  "$IMAP_SYSTEM" ]; then 
+if [ -z "$IMAP_SYSTEM" ]; then 
     if [ -f /usr/bin/dovecot ]; then
-        echo "(*) Adding IMAP_SYSTEM variable to hestia.conf..."
+        echo "(*) Adding missing IMAP_SYSTEM variable to hestia.conf..."
         echo "IMAP_SYSTEM = 'dovecot'" >> $HESTIA/conf/hestia.conf
     fi
 fi