Merge pull request #1896 from pentoo/typo_fix

zero-system: fix typo
This commit is contained in:
github-actions[bot] 2024-05-13 19:03:57 +00:00 committed by GitHub
commit 5aff577a21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,7 +60,7 @@ bindkey "\eOF" end-of-line
if [ "${USER}" != "root" ]; then
if [ ! -r ~/.ssh/id_ed25519_sk_green ] && [ ! -r ~/.ssh/id_ed25519_sk_red ] && [ ! -r ~/.ssh/gentoo_rsa ]; then
printf "This system has no ssh keys, you are expected for forward ssh agent\n"
printf "This system has no ssh keys, you are expected to forward ssh agent\n"
else
if [ ! -r ~/.ssh/id_ed25519_sk_green ]; then
printf "This system is missing your yk5cgreen primary key id_ed25519_sk_green\n"