Browse Source

Fix if then statement

Jaap Marcus 4 years ago
parent
commit
051ca87c8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/upgrade/versions/1.4.8.sh

+ 1 - 1
install/upgrade/versions/1.4.8.sh

@@ -17,7 +17,7 @@ if [ "$matches" > 1 ]; then
 	$HESTIA/bin/v-change-sys-config-value "ENFORCE_SUBDOMAIN_OWNERSHIP" "$ENFORCE_SUBDOMAIN_OWNERSHIP"
 	$HESTIA/bin/v-change-sys-config-value "ENFORCE_SUBDOMAIN_OWNERSHIP" "$ENFORCE_SUBDOMAIN_OWNERSHIP"
 fi
 fi
 
 
-if [ "$IMAP_SYSTEM" = "dovecot" ];
+if [ "$IMAP_SYSTEM" = "dovecot" ]; then 
 	version=$(dovecot --version |  cut -f -2 -d .);
 	version=$(dovecot --version |  cut -f -2 -d .);
 	if [ "$version" = "2.3" ]; then 
 	if [ "$version" = "2.3" ]; then 
 		echo "[ * ] Update dovecot config to sync with 2.3 settings"	
 		echo "[ * ] Update dovecot config to sync with 2.3 settings"