fix dovecot upgrade on ubuntu

This commit is contained in:
Usman Nasir
2021-03-18 15:22:14 +05:00
parent 1aaaefb3bf
commit 225a52ea24

View File

@@ -440,6 +440,7 @@ elif [[ "$Server_OS" = "Ubutnu" ]] ; then
rm -f /etc/apt/sources.list.d/dovecot.list
apt update
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" upgrade -y
fi
#all pre-upgrade operation for Ubuntu 20
fi