fixing redrect of /usr/bin/gpg to redirect error as well as standard
authorJamie McClelland <jm@mayfirst.org>
Tue, 5 Aug 2008 16:38:41 +0000 (12:38 -0400)
committerJamie McClelland <jm@mayfirst.org>
Tue, 5 Aug 2008 16:38:41 +0000 (12:38 -0400)
output to /dev/null for truly quiet output.

doc/README

index 8d386dee13d844ae2581c58a2b55d987427d5816..2fc2d5fc77ac7f8f33c7d69b6ab4c1f9cec3f216 100644 (file)
@@ -10,7 +10,7 @@ Keeping your keyring up-to-date
 Regularly refresh your GnuPG keyring from the keyservers.  This can be
 done with a simple cronjob.  An example of crontab line to do this is:
 
-0 12 * * * /usr/bin/gpg --refresh-keys > /dev/null
+0 12 * * * /usr/bin/gpg --refresh-keys > /dev/null 2>&1
 
 This would refresh your keychain every day at noon.