gl-setup: (sshkeys-lint): Move file redirection to the end

Signed-off-by: Jari Aalto <jari.aalto@cante.net>
This commit is contained in:
Jari Aalto
2012-01-04 06:47:10 +05:30
committed by Sitaram Chamarty
parent b8f19f340f
commit ad28509a02
+1 -1
View File
@@ -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