From deab1c5f40c99749b982030a0c9110cd908117a5 Mon Sep 17 00:00:00 2001 From: gau1991 Date: Wed, 20 Aug 2014 19:50:43 +0530 Subject: [PATCH] Fixed typo --- src/modules/stack/install/mail/ee_mod_install_dovecot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c0942291..38af7058 100644 --- a/src/modules/stack/install/mail/ee_mod_install_dovecot.sh +++ b/src/modules/stack/install/mail/ee_mod_install_dovecot.sh @@ -11,7 +11,7 @@ function ee_mod_install_dovecot() ee_lib_error "Failed to find pre dependencies. Please install Nginx, PHP5, MySQL and Postfix using command ee stack install, exit status " 1 fi - dkpg -l | grep dovecot-core > /dev/null + dpkg -l | grep dovecot-core > /dev/null if [ $? -eq 0 ];then ee_lib_error "Found installed mail server, Please remove it before installation, exit status=" 1 fi