Updated sshd_keymaker.sh to use group instead of app, this is related to the Haiku r43153 change.

This commit is contained in:
Scott McCreary
2011-11-30 17:23:49 +00:00
parent ec40b8b2fb
commit 1a14b6d0a5

View File

@@ -1,7 +1,7 @@
#!/bin/sh
_progress () {
notify --type progress --app ssh-keygen \
notify --type progress --group ssh-keygen \
--icon /boot/system/kernel_x86 \
--messageID $0_$$ \
--title "Generating ssh keys..." \