gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: debian: fix user creation error


From: gnunet
Subject: [libeufin] branch master updated: debian: fix user creation error
Date: Fri, 30 Jul 2021 19:03:33 +0200

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

dold pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new c006176  debian: fix user creation error
c006176 is described below

commit c006176b4c546f39592cc5bf94af29fcf2fdbd6f
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Jul 30 19:03:30 2021 +0200

    debian: fix user creation error
---
 debian/libeufin.postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/libeufin.postinst b/debian/libeufin.postinst
index efe57b5..494eb03 100644
--- a/debian/libeufin.postinst
+++ b/debian/libeufin.postinst
@@ -25,7 +25,7 @@ case "${1}" in
     fi
 
     # Create users if needed
-    if ! getent passwd $nexus_user >/dev/null; then
+    if ! getent passwd $sandbox_user >/dev/null; then
       adduser --quiet --system --no-create-home --ingroup $sandbox_group 
--home $libeufin_home $sandbox_user
     fi
 

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