[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-challenger] branch master updated: formatting
From: |
gnunet |
Subject: |
[taler-challenger] branch master updated: formatting |
Date: |
Sat, 09 Sep 2023 15:43:31 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository challenger.
The following commit(s) were added to refs/heads/master by this push:
new 751631a formatting
751631a is described below
commit 751631a07eda6f773e61185ad0bb17aad3fc7509
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Sep 9 15:43:29 2023 +0200
formatting
---
debian/challenger-httpd.postinst | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/challenger-httpd.postinst b/debian/challenger-httpd.postinst
index e702f2b..423a47b 100644
--- a/debian/challenger-httpd.postinst
+++ b/debian/challenger-httpd.postinst
@@ -27,9 +27,10 @@ _GROUPNAME=www-data
case "${1}" in
configure)
# Creating taler users if needed
- if ! getent passwd ${_USERNAME} >/dev/null; then
- adduser --quiet --system --ingroup ${_GROUPNAME} --no-create-home --home
${CHALLENGER_HOME} ${_USERNAME}
- fi
+ if ! getent passwd ${_USERNAME} >/dev/null
+ then
+ adduser --quiet --system --ingroup ${_GROUPNAME} --no-create-home
--home ${CHALLENGER_HOME} ${_USERNAME}
+ fi
;;
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-challenger] branch master updated: formatting,
gnunet <=