install_update_dovecot.sh: correct download url.
This commit is contained in:
parent
aee7bf0293
commit
1174bc43b0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user