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