gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: use correct variable name


From: gnunet
Subject: [taler-exchange] branch master updated: use correct variable name
Date: Thu, 31 Dec 2020 20:46:10 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 25ce6506 use correct variable name
25ce6506 is described below

commit 25ce6506d1c21ef6dda5f64bdef93a67c6796c67
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Dec 31 20:46:08 2020 +0100

    use correct variable name
---
 debian/taler-exchange.postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/taler-exchange.postinst b/debian/taler-exchange.postinst
index fb34ebe0..8db47737 100644
--- a/debian/taler-exchange.postinst
+++ b/debian/taler-exchange.postinst
@@ -55,7 +55,7 @@ case "${1}" in
                if ! getent passwd ${_RSECUSERNAME} > /dev/null
                then
                        echo -n "Creating new Taler user ${_RSECUSERNAME}:"
-                       adduser --quiet --system --ingroup ${_GROUPNAME} --home 
${TALER_HOME}/helper-rsa ${_USERNAME}
+                       adduser --quiet --system --ingroup ${_GROUPNAME} --home 
${TALER_HOME}/helper-rsa ${_RSECUSERNAME}
                        echo " done."
                fi
                if ! getent passwd ${_ESECUSERNAME} > /dev/null

-- 
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]