Changing debug information
This commit is contained in:
parent
e9bb19df9d
commit
4818fd9da7
|
|
@ -32,3 +32,4 @@ venv
|
|||
.DS_Store
|
||||
**/cmd_history.txt
|
||||
**/*.*~
|
||||
/*.txt
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ class luks2:
|
|||
])
|
||||
|
||||
# print(f"Looking for phrase: 'Enter passphrase for {partition.path}'")
|
||||
cryptworker = SysCommandWorker(cryptsetup_args, peak_output=True)
|
||||
cryptworker = SysCommandWorker(f'/bin/bash -c "{cryptsetup_args}"', peak_output=True)
|
||||
|
||||
# print(f'Looking for: Enter passphrase for {partition.path}')
|
||||
pw_given = False
|
||||
|
|
|
|||
Loading…
Reference in New Issue