[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-anastasis] branch master updated: formatting
From: |
gnunet |
Subject: |
[taler-anastasis] branch master updated: formatting |
Date: |
Sat, 09 Sep 2023 15:44:29 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository anastasis.
The following commit(s) were added to refs/heads/master by this push:
new e3089ac formatting
e3089ac is described below
commit e3089acb95310d5d37a4f30b158fb00074d87986
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Sep 9 15:44:26 2023 +0200
formatting
---
debian/anastasis-httpd.postinst | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/anastasis-httpd.postinst b/debian/anastasis-httpd.postinst
index 03cd45a..1dd41f4 100644
--- a/debian/anastasis-httpd.postinst
+++ b/debian/anastasis-httpd.postinst
@@ -27,11 +27,12 @@ _GROUPNAME=www-data
case "${1}" in
configure)
# Creating taler users if needed
- if ! getent passwd ${_USERNAME} >/dev/null; then
+ if ! getent passwd ${_USERNAME} >/dev/null
+ then
adduser --quiet --system --ingroup ${_GROUPNAME} --no-create-home --home
${ANASTASIS_HOME} ${_USERNAME}
fi
- if ! dpkg-statoverride --list
/etc/anastasis/secrets/anastasis-db.secret.conf >/dev/null 2>&1;
+ if ! dpkg-statoverride --list
/etc/anastasis/secrets/anastasis-db.secret.conf >/dev/null 2>&1
then
dpkg-statoverride --add --update \
anastasis-httpd root 460 \
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-anastasis] branch master updated: formatting,
gnunet <=