Browse Source

Fixed typo

bugfixes
gau1991 11 years ago
parent
commit
ac1aac8695
  1. 2
      src/modules/stack/install/mail/ee_mod_install_dovecot.sh

2
src/modules/stack/install/mail/ee_mod_install_dovecot.sh

@ -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

Loading…
Cancel
Save