mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-05 16:47:14 -04:00
Fixed gpg key prompt in config
This commit is contained in:
@@ -101,8 +101,8 @@ if argument == 'version' or argument == '-v':
|
|||||||
print('/ /')
|
print('/ /')
|
||||||
print('/ rpass Copyright (C) 2021 Randall Winkhart /')
|
print('/ rpass Copyright (C) 2021 Randall Winkhart /')
|
||||||
print('/ /')
|
print('/ /')
|
||||||
print('/ Version 2021.09.15.pr4 /')
|
print('/ Version 2021.09.15.mr4.1 /')
|
||||||
print('/ The Housekeeping Update (Pt. 1) /')
|
print('/ The Housekeeping Update (Pt. 1) /')
|
||||||
print('/ /')
|
print('/ /')
|
||||||
print('////////////////////////////////////////////////////////\n')
|
print('////////////////////////////////////////////////////////\n')
|
||||||
|
|
||||||
@@ -142,7 +142,7 @@ if argument == 'config':
|
|||||||
f.write('\n\n\n\n' + devicetype)
|
f.write('\n\n\n\n' + devicetype)
|
||||||
print('\nMake sure the ssh service is running and properly configured.\n')
|
print('\nMake sure the ssh service is running and properly configured.\n')
|
||||||
print('Configuration complete!\n')
|
print('Configuration complete!\n')
|
||||||
if devicetype == 'o' or devicetype == 'O' or devicetype == 'c' or devicetype == 'C':
|
else:
|
||||||
print()
|
print()
|
||||||
gpgpresent = str(input(
|
gpgpresent = str(input(
|
||||||
'rpass requires the use of a unique gpg key. Do you already have one you are willing to use? (y/N) '))
|
'rpass requires the use of a unique gpg key. Do you already have one you are willing to use? (y/N) '))
|
||||||
|
|||||||
Reference in New Issue
Block a user