use correct variable name
This commit is contained in:
parent
54b4951b89
commit
25ce6506d1
2
debian/taler-exchange.postinst
vendored
2
debian/taler-exchange.postinst
vendored
@ -55,7 +55,7 @@ case "${1}" in
|
|||||||
if ! getent passwd ${_RSECUSERNAME} > /dev/null
|
if ! getent passwd ${_RSECUSERNAME} > /dev/null
|
||||||
then
|
then
|
||||||
echo -n "Creating new Taler user ${_RSECUSERNAME}:"
|
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."
|
echo " done."
|
||||||
fi
|
fi
|
||||||
if ! getent passwd ${_ESECUSERNAME} > /dev/null
|
if ! getent passwd ${_ESECUSERNAME} > /dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user