From 5dc4d562cda01db8a29075fbc09865ac09178e77 Mon Sep 17 00:00:00 2001 From: Devan Carpenter Date: Thu, 26 Oct 2023 11:12:11 -0400 Subject: sandcastle-ng: make run script print to console no need to be silent. more useful to show us what's happening. --- sandcastle-ng/sandcastle-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandcastle-ng/sandcastle-run b/sandcastle-ng/sandcastle-run index c79551f..5aab4e6 100755 --- a/sandcastle-ng/sandcastle-run +++ b/sandcastle-ng/sandcastle-run @@ -2,7 +2,7 @@ # Run the Taler container with all the right mounts and preset parameters -set -eu +set -exou SANDCASTLE_PORT_MERCHANT=16000 SANDCASTLE_PORT_EXCHANGE=16001 -- cgit v1.2.3