sandcastle-ng

Scripts for the deployment of Sandcastle (GNU Taler)
Log | Files | Refs | README

commit 2b2d63659daf0a9705429ba4a598ca5b4fff85f8
parent 5ff968242e3907205d7e203668997a2e4b675c75
Author: Florian Dold <florian@dold.me>
Date:   Tue, 11 Feb 2025 23:00:19 +0100

fix home path

Diffstat:
Mbuildconfig/exchange.tag | 2+-
Mhost/container-taler-sandcastle-demo.service | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildconfig/exchange.tag b/buildconfig/exchange.tag @@ -1 +1 @@ -v0.14.5-dev.3 +v0.14.5-dev.4 diff --git a/host/container-taler-sandcastle-demo.service b/host/container-taler-sandcastle-demo.service @@ -20,7 +20,7 @@ Environment=SANDCASTLE_PORT_CHALLENGER=127.0.0.1:15003 Environment=SANDCASTLE_PORT_AUDITOR=127.0.0.1:15004 Restart=on-failure TimeoutStopSec=70 -ExecStart=/home/demo/sandcastle-ng/sandcastle-run +ExecStart=/home/taler-demo/sandcastle-ng/sandcastle-run ExecStop=/usr/bin/podman stop \ taler-sandcastle Type=notify