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 d7bcd1e commit 051ca87Copy full SHA for 051ca87
install/upgrade/versions/1.4.8.sh
@@ -17,7 +17,7 @@ if [ "$matches" > 1 ]; then
17
$HESTIA/bin/v-change-sys-config-value "ENFORCE_SUBDOMAIN_OWNERSHIP" "$ENFORCE_SUBDOMAIN_OWNERSHIP"
18
fi
19
20
-if [ "$IMAP_SYSTEM" = "dovecot" ];
+if [ "$IMAP_SYSTEM" = "dovecot" ]; then
21
version=$(dovecot --version | cut -f -2 -d .);
22
if [ "$version" = "2.3" ]; then
23
echo "[ * ] Update dovecot config to sync with 2.3 settings"
0 commit comments