From 1174bc43b084d52e910084ce0f89ab4385b8acb3 Mon Sep 17 00:00:00 2001 From: Christoph Date: Thu, 27 Sep 2018 02:02:42 +0200 Subject: [PATCH] install_update_dovecot.sh: correct download url. --- install_update_dovecot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_update_dovecot.sh b/install_update_dovecot.sh index 74bc455..f3862c0 100755 --- a/install_update_dovecot.sh +++ b/install_update_dovecot.sh @@ -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