diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-01-05 14:50:19 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-01-05 14:50:19 -0200 |
commit | 7ba83b19181d36a57aa5a0d3f6aae71c2245b8fd (patch) | |
tree | 7568e17bc5e08efba010949f686ab6b5c2947146 | |
parent | 926cbff2742b6ca108ba3b492679b5417843182f (diff) | |
download | keyringer-7ba83b19181d36a57aa5a0d3f6aae71c2245b8fd.tar.gz keyringer-7ba83b19181d36a57aa5a0d3f6aae71c2245b8fd.tar.bz2 |
Creating README on keyring repository
-rwxr-xr-x | keyringer | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -46,9 +46,16 @@ function keyringer_init { exit 1 fi else + # Setup folders mkdir -p $BASEDIR/{config,keys} + + # Setup recipients echo "# Use entries in the form of 'john@doe.com XXXXXXXX" > $RECIPIENTS echo "" >> $RECIPIENTS + + # Setup README + echo "Keyring repository powered by http://git.sarava.org/?p=keyringer.git;a=summary" > $BASEDIR/README + echo "" >> $BASEDIR/README fi # Secure |