summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSitaram Chamarty <sitaram@atc.tcs.com>2017-03-27 06:10:09 +0530
committerSitaram Chamarty <sitaram@atc.tcs.com>2017-03-27 06:10:09 +0530
commit07853c44b7626a972cac3a06a194662c3cf8cbbf (patch)
tree19a1a394ebaafdbb86b7a2b8d46f24f77585d867
parent7c8f0abb0eadfd768e8996fd0ed04172401b3116 (diff)
(minor) fix noise in ssh-authkeys-split (thanks to Tony Finch)
-rwxr-xr-xsrc/triggers/post-compile/ssh-authkeys-split2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/triggers/post-compile/ssh-authkeys-split b/src/triggers/post-compile/ssh-authkeys-split
index 09ca075..b71f9eb 100755
--- a/src/triggers/post-compile/ssh-authkeys-split
+++ b/src/triggers/post-compile/ssh-authkeys-split
@@ -61,7 +61,7 @@ do
f=$SKD/$base@$seq.pub
echo "$line" > $f
# similar sanity check as main ssh-authkeys script
- if ! ssh-keygen -l -f $f
+ if ! ssh-keygen -l -f $f >/dev/null
then
echo 1>&2 "ssh-authkeys-split: bad line $seq in keydir/$k"
rm -f $f