Added some debugging

This commit is contained in:
Anton Hvornum 2022-02-09 11:43:18 +01:00
parent de974322f9
commit 1cdd4313ae
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ class luks2:
])
cryptworker = SysCommandWorker(cryptsetup_args, peak_output=True)
print(f" Looking for phrase: 'Enter passphrase for {partition.path}'")
pw_given = False
while cryptworker.is_alive():