Skip to content

Commit f47abd8

Browse files
author
Kristan Kenney
committed
Correct message in upgrade script for missing IMAP_SYSTEM variable
1 parent 94e8e58 commit f47abd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/upgrade/0.9.8-28.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@ if [ -f /etc/dovecot/dovecot.conf ]; then
193193
fi
194194

195195
# Add IMAP system variable to configuration if dovecot is installed
196-
if [ -z "$IMAP_SYSTEM" ]; then
196+
if [ -z "$IMAP_SYSTEM" ]; then
197197
if [ -f /usr/bin/dovecot ]; then
198-
echo "(*) Adding IMAP_SYSTEM variable to hestia.conf..."
198+
echo "(*) Adding missing IMAP_SYSTEM variable to hestia.conf..."
199199
echo "IMAP_SYSTEM = 'dovecot'" >> $HESTIA/conf/hestia.conf
200200
fi
201201
fi

0 commit comments

Comments
 (0)