sandcastle-ng

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

commit 3f1c863735974ac4a403e35472c58da71c54d2f4
parent c8f3af607e6668dd296d4ef4e5d505eb74ccf6f4
Author: Florian Dold <florian@dold.me>
Date:   Mon,  5 Feb 2024 18:12:27 +0100

export TERM when entering sandcastle

Diffstat:
Msandcastle-enter | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sandcastle-enter b/sandcastle-enter @@ -1,3 +1,3 @@ #!/usr/bin/env bash -exec podman exec -it taler-sandcastle /bin/bash +exec podman exec -e=TERM -it taler-sandcastle /bin/bash