fix: reducing size of error msg

This commit is contained in:
Ravinou 2023-09-03 15:48:57 +02:00
parent 0e72f7a4cf
commit d083995b51
No known key found for this signature in database
GPG key ID: EEEE670C40F6A4D7

View file

@ -64,7 +64,7 @@ while IFS= read -r line; do
fi
done < "$home/.ssh/authorized_keys"
if [ "$found" = true ]; then
echo -n "The new SSH pub key $2 is already present in authorized_keys on a different line."
echo -n "This SSH pub key is already present in authorized_keys on a different line."
exit 5
fi