Changing debug information

This commit is contained in:
Anton Hvornum 2022-02-09 17:54:17 +01:00
parent e9bb19df9d
commit 4818fd9da7
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
3 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View File

@ -32,3 +32,4 @@ venv
.DS_Store
**/cmd_history.txt
**/*.*~
/*.txt

View File

@ -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

View File

@ -1,2 +0,0 @@
Looking for: Enter passphrase for /dev/loop0p2
found it! Writing password: b'test'