Skip to content

Commit 051ca87

Browse files
committed
Fix if then statement
1 parent d7bcd1e commit 051ca87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/upgrade/versions/1.4.8.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ "$matches" > 1 ]; then
1717
$HESTIA/bin/v-change-sys-config-value "ENFORCE_SUBDOMAIN_OWNERSHIP" "$ENFORCE_SUBDOMAIN_OWNERSHIP"
1818
fi
1919

20-
if [ "$IMAP_SYSTEM" = "dovecot" ];
20+
if [ "$IMAP_SYSTEM" = "dovecot" ]; then
2121
version=$(dovecot --version | cut -f -2 -d .);
2222
if [ "$version" = "2.3" ]; then
2323
echo "[ * ] Update dovecot config to sync with 2.3 settings"

0 commit comments

Comments
 (0)