Merge pull request #1607 from YunoHost/fix-dovecot-pop3d

[fix] dovecot-pop3d is never installed
This commit is contained in:
Alexandre Aubin 2023-02-23 16:09:26 +01:00 committed by GitHub
commit 309c868f8c
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 = os.environ.copy()
environment.update({"DEBIAN_FRONTEND": "noninteractive"}) environment.update({"DEBIAN_FRONTEND": "noninteractive"})
if new_value == "True": if new_value == True:
command = [ command = [
"apt-get", "apt-get",
"-y", "-y",