install_update_dovecot.sh: correct download url.

This commit is contained in:
Christoph 2018-09-27 02:02:42 +02:00
parent aee7bf0293
commit 1174bc43b0

View File

@ -400,7 +400,7 @@ echo "Download sources.."
## -
echononl "\tDownload dovecot-${_version}.tar.gz"
if [ ! -f "${_src_base_dir}/dovecot-${_version}.tar.gz" ]; then
wget http://www.dovecot.org/releases/2.2/dovecot-${_version}.tar.gz > /dev/null 2>&1
wget http://www.dovecot.org/releases/${dovecot_major_version}/dovecot-${_version}.tar.gz > /dev/null 2>&1
if [ "$?" = 0 ]; then
echo -e "$rc_done"
else