From ad28509a02465a8b2830c33f582b39ee888f0bd3 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Mon, 2 Jan 2012 02:21:00 +0200 Subject: [PATCH] gl-setup: (sshkeys-lint): Move file redirection to the end Signed-off-by: Jari Aalto --- src/gl-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gl-setup b/src/gl-setup index 6df75ae..7bf8881 100755 --- a/src/gl-setup +++ b/src/gl-setup @@ -141,6 +141,6 @@ gl-install -q # the never-ending quest to help with bloody ssh issues... cd $GL_ADMINDIR/keydir -[ -n "$pubkey_file" ] && $GL_BINDIR/sshkeys-lint < $HOME/.ssh/authorized_keys -q -a $admin_name +[ -n "$pubkey_file" ] && $GL_BINDIR/sshkeys-lint -q -a $admin_name < $HOME/.ssh/authorized_keys exit 0