mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Print newline after receiving EOF in installutils.read_password.
This commit is contained in:
committed by
Martin Kosek
parent
ab2debd1ea
commit
693710784b
@@ -1178,7 +1178,7 @@ def main():
|
||||
dirman_passwd = installutils.read_password("Directory Manager",
|
||||
confirm=False, validate=False, retry=False)
|
||||
if dirman_passwd is None:
|
||||
sys.exit("\nDirectory Manager password required")
|
||||
sys.exit("Directory Manager password required")
|
||||
|
||||
options.dirman_passwd = dirman_passwd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user