diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-11-14 17:25:18 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-11-14 17:25:18 -0200 |
commit | 3ff4c87206117cf41516530538b3c334ddfc2590 (patch) | |
tree | 257fa11800e8aa20decff4770a30beda1e5ef6dc /share/hydractl/ms-mailkey | |
parent | 7455fe31604d38410da0c8dcd18679fae21da9b2 (diff) | |
download | hydra-3ff4c87206117cf41516530538b3c334ddfc2590.tar.gz hydra-3ff4c87206117cf41516530538b3c334ddfc2590.tar.bz2 |
Initial code for ms-mailkey
Diffstat (limited to 'share/hydractl/ms-mailkey')
-rwxr-xr-x | share/hydractl/ms-mailkey | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/hydractl/ms-mailkey b/share/hydractl/ms-mailkey index f4abb6e..d1323b7 100755 --- a/share/hydractl/ms-mailkey +++ b/share/hydractl/ms-mailkey @@ -1,2 +1,3 @@ #!/bin/bash # Email monkeysphere key +/usr/bin/mail -s "monkeysphere host pgp key for $HOSTNAME" root < /var/lib/monkeysphere/host_keys.pub.pgp |