install_update_dovecot.sh: minor change in script output.

This commit is contained in:
Christoph 2020-04-25 18:41:45 +02:00
parent 591a2c6b82
commit 4729ff3e19

View File

@ -3797,7 +3797,7 @@ fi
#fi
blank_line
echononl "\tCreate symlink.."
echononl "\tCreate symlink '/usr/local/dovecot' --> 'dovecot-${_version}'.."
rm -f /usr/local/dovecot
ln -s dovecot-${_version} /usr/local/dovecot
if [ "$?" = 0 ]; then