diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-16 18:59:29 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-16 18:59:29 +0200 |
commit | 6f7a492a03deb61bf37e3b5b6574c696912144d1 (patch) | |
tree | 7a438bb71d51230917e582511676569e4f4708b8 /bin | |
parent | 8301dab64e215ffc16c1fb7bb7c635f797cbbabb (diff) |
fixed typo
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/guiscripts/keyadd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/guiscripts/keyadd b/bin/guiscripts/keyadd index 21a3668..aac7cdf 100755 --- a/bin/guiscripts/keyadd +++ b/bin/guiscripts/keyadd @@ -25,7 +25,7 @@ HOST=$(hostnamectl hostname | sed 's/forlure/fl/;s/montecristo/mc/') if [ "$1" = "-d" ] then ssh-add -d - < $HOME/.ssh/$key.pub && - notify-send "$0" "delted <b>$key</b>" + notify-send "$0" "deleted <b>$key</b>" elif ! ssh-add -l | grep -q "$(ssh-keygen -lf $HOME/.ssh/$key)" then export PASSWORD="keys/fl/ssh/$key" |