Removed a comment

This commit is contained in:
Lord Anton Hvornum 2018-04-06 23:55:53 +02:00
parent 1d71483109
commit 29a46e2f62
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ if __name__ == '__main__':
print('[E] Failed to setup disk encryption.')
exit(1)
o = run('cryptsetup open {drive}{part2} luksdev --key-file {pwfile} --type luks2'.format(**args, part2=second)) # --key-file not tested
o = run('cryptsetup open {drive}{part2} luksdev --key-file {pwfile} --type luks2'.format(**args, part2=second))
o = run('file /dev/mapper/luksdev') # /dev/dm-0
if b'cannot open' in o:
print('[E] Could not mount encrypted device.')