diff options
author | Jamie McClelland <jm@mayfirst.org> | 2008-08-05 12:38:41 -0400 |
---|---|---|
committer | Jamie McClelland <jm@mayfirst.org> | 2008-08-05 12:38:41 -0400 |
commit | ec967faab6f191a33e4a804fc6c913d07d2cf15e (patch) | |
tree | f0887f5406ba0c14381971778977c159c213caa3 | |
parent | 09dac2ce10990b98e5cae82e5a52409f1c3a2447 (diff) |
fixing redrect of /usr/bin/gpg to redirect error as well as standard
output to /dev/null for truly quiet output.
-rw-r--r-- | doc/README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |