From 225a52ea24dd63b7d6bd4159a70d18284033f38c Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Thu, 18 Mar 2021 15:22:14 +0500 Subject: [PATCH] fix dovecot upgrade on ubuntu --- cyberpanel_upgrade.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cyberpanel_upgrade.sh b/cyberpanel_upgrade.sh index 11ce993b9..5be118a7c 100644 --- a/cyberpanel_upgrade.sh +++ b/cyberpanel_upgrade.sh @@ -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