commit 5dc4d562cda01db8a29075fbc09865ac09178e77
parent a6fc396de3e55b16345e201cab734eb9756e902e
Author: Devan Carpenter <devan@taler.net>
Date: Thu, 26 Oct 2023 11:12:11 -0400
sandcastle-ng: make run script print to console
no need to be silent. more useful to show us what's happening.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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