gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taldir] branch master updated: bugfix


From: gnunet
Subject: [taler-taldir] branch master updated: bugfix
Date: Thu, 07 Jul 2022 20:03:30 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository taldir.

The following commit(s) were added to refs/heads/master by this push:
     new 2378b26  bugfix
2378b26 is described below

commit 2378b2681b8c5dbee8ae6ebbc7bcb770bdf6aeda
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Jul 7 20:03:28 2022 +0200

    bugfix
---
 scripts/taldir-validate-mail | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/scripts/taldir-validate-mail b/scripts/taldir-validate-mail
index 5f6b67d..26b01e9 100755
--- a/scripts/taldir-validate-mail
+++ b/scripts/taldir-validate-mail
@@ -3,11 +3,12 @@
 USER_MAIL=$1
 CODE=$2
 LINK=$(taldir-cli -l -a $1 -c $2)
-MESSAGE="Hi,
+echo $MESSAGE | mail -s "Taldir Activation" $USER_MAIL << EOF
+Hi,
+
 welcome to TalDir. You are almost there.
 Follow this link to complete your Taldir registration: $LINK
 
 Best,
 TalDir
-"
-echo $MESSAGE | mail -s "Taldir Activation" $TWITTER_USER
+EOF

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]