From ac1aac8695932b5cdc5b78207c3c717e67660b2d Mon Sep 17 00:00:00 2001 From: gau1991 Date: Wed, 20 Aug 2014 19:47:15 +0530 Subject: [PATCH] Fixed typo --- src/modules/stack/install/mail/ee_mod_install_dovecot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/stack/install/mail/ee_mod_install_dovecot.sh b/src/modules/stack/install/mail/ee_mod_install_dovecot.sh index ad247354..c0942291 100644 --- a/src/modules/stack/install/mail/ee_mod_install_dovecot.sh +++ b/src/modules/stack/install/mail/ee_mod_install_dovecot.sh @@ -3,7 +3,7 @@ function ee_mod_install_dovecot() { # Install Dovecot - dpkg -l | grep nginx > /dev/null \ + dpkg -l | grep nginx > /dev/null \ && dpkg -l | grep php5-fpm > /dev/null \ && dpkg -l | grep mysql > /dev/null \ && dpkg -l | grep postfix > /dev/null @@ -12,7 +12,7 @@ function ee_mod_install_dovecot() fi dkpg -l | grep dovecot-core > /dev/null - if [$? -eq 0 ];then + if [ $? -eq 0 ];then ee_lib_error "Found installed mail server, Please remove it before installation, exit status=" 1 fi