summaryrefslogtreecommitdiff
path: root/bin/guiscripts
diff options
context:
space:
mode:
Diffstat (limited to 'bin/guiscripts')
-rwxr-xr-xbin/guiscripts/keyadd2
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"