We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e8e58 commit f47abd8Copy full SHA for f47abd8
install/upgrade/0.9.8-28.sh
@@ -193,9 +193,9 @@ if [ -f /etc/dovecot/dovecot.conf ]; then
193
fi
194
195
# Add IMAP system variable to configuration if dovecot is installed
196
-if [ -z "$IMAP_SYSTEM" ]; then
+if [ -z "$IMAP_SYSTEM" ]; then
197
if [ -f /usr/bin/dovecot ]; then
198
- echo "(*) Adding IMAP_SYSTEM variable to hestia.conf..."
+ echo "(*) Adding missing IMAP_SYSTEM variable to hestia.conf..."
199
echo "IMAP_SYSTEM = 'dovecot'" >> $HESTIA/conf/hestia.conf
200
201
0 commit comments