gpg in a for loop [SOLVED]

jag7720 jason at the-greenes.net
Thu Aug 2 17:33:56 CEST 2007


Ok,  I seem to have found a solution

If I add --homedir /home/foobar/.gnupg to my code it works.

so instead of this

gpg -e -r user at user.com file.txt
   
use this

gpg  -e --homedir /home/foobar/.gnupg -r user at user.com file.txt
-- 
View this message in context: http://www.nabble.com/gpg-in-a-for-loop-tf4202794.html#a11966839
Sent from the GnuPG - User mailing list archive at Nabble.com.




More information about the Gnupg-users mailing list