sandcastle-ng

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

commit b008572c009ad6fe30b6e87c982b13a40a3b08a6
parent f5394226b250ab22c99282695cf40ebafd6ce45c
Author: Devan Carpenter <devan@taler.net>
Date:   Wed, 21 Feb 2024 06:31:23 -0500

run: don't follow logs, and exit cleanly

Diffstat:
Msandcastle-run | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sandcastle-run b/sandcastle-run @@ -46,7 +46,7 @@ fi # That's why we mount the right start-up script and override # to a well-known location. -podman run \ +exec podman run \ -d \ -p=$SANDCASTLE_PORT_MERCHANT:$PORT_INTERNAL_MERCHANT \ -p=$SANDCASTLE_PORT_EXCHANGE:$PORT_INTERNAL_EXCHANGE \ @@ -64,5 +64,3 @@ podman run \ --entrypoint /sbin/init \ "$@" \ taler-base-all - -exec podman exec -it taler-sandcastle journalctl -f