Changing debug information
This commit is contained in:
parent
4b7ea2aaa9
commit
bbbdc81a32
|
|
@ -85,9 +85,6 @@ class luks2:
|
||||||
if type(password) != bytes:
|
if type(password) != bytes:
|
||||||
password = bytes(password, 'UTF-8')
|
password = bytes(password, 'UTF-8')
|
||||||
|
|
||||||
partition.partprobe()
|
|
||||||
time.sleep(10)
|
|
||||||
|
|
||||||
cryptsetup_args = shlex.join([
|
cryptsetup_args = shlex.join([
|
||||||
'/usr/bin/cryptsetup',
|
'/usr/bin/cryptsetup',
|
||||||
'--batch-mode',
|
'--batch-mode',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue