taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 7f9f9e017335ee6ac4d49582cb9434a18408862e
parent 5cfd3d862aaaed753c8451a05f474745f34f72ba
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 23 Feb 2020 13:41:10 +0100

also create parents

Diffstat:
Mbin/taler-deployment | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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(