exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 25ce6506d1c21ef6dda5f64bdef93a67c6796c67
parent 54b4951b89f4432da45869fda8b20d9a5e1e40b5
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 31 Dec 2020 20:46:08 +0100

use correct variable name

Diffstat:
Mdebian/taler-exchange.postinst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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