gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: do not fail during postinst if s


From: gnunet
Subject: [taler-exchange] branch master updated: do not fail during postinst if systemctl is unavailable
Date: Thu, 28 Jan 2021 14:31:04 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new f3329ee3 do not fail during postinst if systemctl is unavailable
f3329ee3 is described below

commit f3329ee39876fc7d41e07e69bf519304478cbfc4
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jan 28 14:30:52 2021 +0100

    do not fail during postinst if systemctl is unavailable
---
 debian/taler-exchange.postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/taler-exchange.postinst b/debian/taler-exchange.postinst
index 26bf3de6..b09550e5 100644
--- a/debian/taler-exchange.postinst
+++ b/debian/taler-exchange.postinst
@@ -220,7 +220,7 @@ EOF
         chown ${_EUSERNAME}:${_GROUPNAME} /etc/taler-exchange.conf
         chmod 460 /etc/taler-wire.conf
 
-        systemctl daemon-reload
+        systemctl daemon-reload >/dev/null 2>&1  || true
 
         echo "done."
 

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