From 691aaab634cd6d8010a353988651d3a93f1ac084 Mon Sep 17 00:00:00 2001 From: Cuan Date: Wed, 15 Sep 2021 01:37:04 -0400 Subject: [PATCH] Fixed gpg key prompt in config --- bin/rpass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/rpass b/bin/rpass index 7639b23..818d8af 100755 --- a/bin/rpass +++ b/bin/rpass @@ -101,8 +101,8 @@ if argument == 'version' or argument == '-v': print('/ /') print('/ rpass Copyright (C) 2021 Randall Winkhart /') print('/ /') - print('/ Version 2021.09.15.pr4 /') - print('/ The Housekeeping Update (Pt. 1) /') + print('/ Version 2021.09.15.mr4.1 /') + print('/ The Housekeeping Update (Pt. 1) /') print('/ /') print('////////////////////////////////////////////////////////\n') @@ -142,7 +142,7 @@ if argument == 'config': f.write('\n\n\n\n' + devicetype) print('\nMake sure the ssh service is running and properly configured.\n') print('Configuration complete!\n') - if devicetype == 'o' or devicetype == 'O' or devicetype == 'c' or devicetype == 'C': + else: print() gpgpresent = str(input( 'rpass requires the use of a unique gpg key. Do you already have one you are willing to use? (y/N) '))