diff --git a/usr/bin/rpass b/usr/bin/rpass index 06d4c17..83da926 100755 --- a/usr/bin/rpass +++ b/usr/bin/rpass @@ -530,7 +530,7 @@ if argument == 'copy': term('gpg -d --output /dev/shm/' + shmfolder + '/' + shmentry + ' ' + directory + readentry + '.gpg') copyline = open('/dev/shm/' + shmfolder + '/' + shmentry, 'r').readlines() pyperclip.copy(copyline[1].replace('\n', '')) - print() + rmtree('/dev/shm/' + shmfolder) # gen