[fix] dovecot-pop3d is never installed

This commit is contained in:
ljf (zamentur) 2023-02-23 16:06:47 +01:00 committed by GitHub
parent bab27014d9
commit f91f87a1be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -347,7 +347,7 @@ def reconfigure_dovecot(setting_name, old_value, new_value):
environment = os.environ.copy()
environment.update({"DEBIAN_FRONTEND": "noninteractive"})
if new_value == "True":
if new_value == True:
command = [
"apt-get",
"-y",