Fixed dovecot

This commit is contained in:
Spitap
2024-10-31 12:22:41 +01:00
committed by Antoine Nguyen
parent 06d65f7921
commit 5c7f230647

View File

@@ -26,7 +26,7 @@ def check_version():
"Check README file for instructions about how to update.\n" "Check README file for instructions about how to update.\n"
"No support will be provided without an up-to-date installer!" "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"): if not answer.lower().startswith("y"):
sys.exit(0) sys.exit(0)
else: else: