Skip to content

Commit

Permalink
Add a mostly useless --quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarier committed Jun 27, 2014
1 parent 3fcaad5 commit 95f8121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpg-refresh-keys
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
if [ -d /home/francois/.git ] ; then
GIT_DIR=/home/francois/.git git commit --quiet -m "Automated key refresh" .gnupg/pubring.gpg > /dev/null
fi
/usr/bin/gpg2 --batch --check-trustdb 2> /dev/null
/usr/bin/gpg2 --batch --check-trustdb --quiet 2> /dev/null

0 comments on commit 95f8121

Please sign in to comment.