diff options
author | rhatto <rhatto> | 2006-10-09 23:59:07 +0000 |
---|---|---|
committer | rhatto <rhatto> | 2006-10-09 23:59:07 +0000 |
commit | fe633da5c549064640ddd31f00bbe865e367104a (patch) | |
tree | ed9479e3ffe79b634753b0314599f0d5f57a6deb | |
parent | cc787751dd2cde147027036f15ba039e5857a582 (diff) | |
download | firma-fe633da5c549064640ddd31f00bbe865e367104a.tar.gz firma-fe633da5c549064640ddd31f00bbe865e367104a.tar.bz2 |
NewList small fix
-rwxr-xr-x | firma | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -111,8 +111,8 @@ Tasks can be one or more of the following: use EMAIL-ADDRESS use the given address for message delivery instead of the primary address on key -Report bugs to <firma@sarava.org>, encrypting the message using the pubkey -0xD68AFEDC available at keyserver.noreply.org." +Report bugs to <firma@sarava.org>, encrypting the message using the +public key 0xD68AFEDC available at keyserver.noreply.org." } @@ -888,7 +888,7 @@ function NewList { echo "Creating folder $LIST_HOMEDIR..." mkdir -p $LIST_HOMEDIR - if [ ! -d "$LIST_HOMEDIR" ]; then + if [ -d "$LIST_HOMEDIR" ]; then while true; do read -rep " List email address or 'quit' to exit: " LIST_ADDRESS |