sandcastle-ng

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

commit 12b5764943a3c2c686c3427f0ef2c58609d6ec41
parent 52ca148beb281002ad83f9c13c4f4d38498e1fae
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
Date:   Mon,  9 Dec 2024 23:23:47 +0100

sandcastle-logs: Pass arguments on to journalctl in container.

Diffstat:
Msandcastle-logs | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sandcastle-logs b/sandcastle-logs @@ -1,4 +1,4 @@ #!/usr/bin/env bash -set -exou +set -exu -exec podman exec -it taler-sandcastle journalctl -f +exec podman exec -it taler-sandcastle journalctl -f "$@"