summaryrefslogtreecommitdiff
path: root/bin/ssh_sk_add
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ssh_sk_add')
-rwxr-xr-xbin/ssh_sk_add2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ssh_sk_add b/bin/ssh_sk_add
index 24079e4..e8bb1af 100755
--- a/bin/ssh_sk_add
+++ b/bin/ssh_sk_add
@@ -4,5 +4,5 @@ output=$(ssh-add -K 2>&1)
if [ $? -eq 0 ]; then
notify-send -u low "FIDO keys loaded" "${output}"
else
- notify-send -u critical "Error adding FIDO2 keys to SSH agent" "${err_output}"
+ notify-send -u critical "Error adding FIDO2 keys to SSH agent" "${output}"
fi