Feature: #28 - Tested and works
This commit is contained in:
parent
70c811e2bc
commit
72e6eb4567
|
|
@ -1184,10 +1184,12 @@ if __name__ == '__main__':
|
|||
# with open(args['pwfile'], 'r') as pw:
|
||||
# PIN = pw.read().strip()
|
||||
|
||||
print()
|
||||
if not args['skip-encrypt']:
|
||||
print()
|
||||
print('[!] Disk PASSWORD is: {}'.format(args['password']))
|
||||
print()
|
||||
print('[!] Disk & root PASSWORD is: {}'.format(args['password']))
|
||||
else:
|
||||
print('[!] root PASSWORD is: {}'.format(args['password']))
|
||||
print()
|
||||
|
||||
if not args['rerun'] or args['ignore-rerun']:
|
||||
for i in range(5, 0, -1):
|
||||
|
|
|
|||
Loading…
Reference in New Issue