Changing debug information
This commit is contained in:
parent
a817a6ce9e
commit
b12346ac89
|
|
@ -110,7 +110,7 @@ class luks2:
|
|||
if bytes(f'Enter passphrase for {partition.path}', 'UTF-8') in cryptworker and pw_given is False:
|
||||
# cryptworker.write(password)
|
||||
# TODO: Workaround, as cryptsetup doesn't appear to accept any input via os.write(child_cd, data)
|
||||
print(password.decode())
|
||||
time.sleep(5)
|
||||
print(password.decode())
|
||||
pw_given = True
|
||||
|
||||
|
|
@ -192,7 +192,7 @@ class luks2:
|
|||
if bytes(f'Enter passphrase for {partition.path}', 'UTF-8') in cryptworker and pw_given is False:
|
||||
# cryptworker.write(password)
|
||||
# TODO: Workaround, as cryptsetup doesn't appear to accept any input via os.write(child_cd, data)
|
||||
print(password.decode())
|
||||
time.sleep(5)
|
||||
print(password.decode())
|
||||
pw_given = True
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue