gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: also create parents


From: gnunet
Subject: [taler-deployment] branch master updated: also create parents
Date: Sun, 23 Feb 2020 13:41:13 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 7f9f9e0  also create parents
7f9f9e0 is described below

commit 7f9f9e017335ee6ac4d49582cb9434a18408862e
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Feb 23 13:41:10 2020 +0100

    also create parents
---
 bin/taler-deployment | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index 45087d0..c7cf17b 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -614,7 +614,7 @@ def create_bb_worker(systemd_unit, dirname, workername, 
workerpw):
 
 def setup_service(systemd_unit):
     sc_path = Path.home() / ".config" / "systemd" / "user"
-    sc_path.mkdir(exist_ok=True)
+    sc_path.mkdir(exist_ok=True,parents=True)
     sc_unit = Path.home() / "deployment" / "systemd-services" / systemd_unit
     copy(sc_unit, sc_path)
     subprocess.run(

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]