From ec967faab6f191a33e4a804fc6c913d07d2cf15e Mon Sep 17 00:00:00 2001 From: Jamie McClelland Date: Tue, 5 Aug 2008 12:38:41 -0400 Subject: fixing redrect of /usr/bin/gpg to redirect error as well as standard output to /dev/null for truly quiet output. --- doc/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/README b/doc/README index 8d386de..2fc2d5f 100644 --- a/doc/README +++ b/doc/README @@ -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. -- cgit v1.2.3