From 5c7f230647fe759ffb2b59cbda6141793539d76e Mon Sep 17 00:00:00 2001 From: Spitap Date: Thu, 31 Oct 2024 12:22:41 +0100 Subject: [PATCH] Fixed dovecot --- modoboa_installer/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modoboa_installer/checks.py b/modoboa_installer/checks.py index a8022a7..5f2cb0f 100644 --- a/modoboa_installer/checks.py +++ b/modoboa_installer/checks.py @@ -26,7 +26,7 @@ def check_version(): "Check README file for instructions about how to update.\n" "No support will be provided without an up-to-date installer!" ) - answer = utils.user_input("Continue anyway? (Y/n) ") + answer = utils.user_input("Continue anyway? (y/N) ") if not answer.lower().startswith("y"): sys.exit(0) else: