From 128130a12ddb22bc7dfe4c6efef10f62bfb4e929 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 31 May 2023 09:36:56 +0200 Subject: -logging --- sandcastle/images/libeufin/startup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sandcastle/images/libeufin/startup.sh b/sandcastle/images/libeufin/startup.sh index be23881..8f52cd4 100644 --- a/sandcastle/images/libeufin/startup.sh +++ b/sandcastle/images/libeufin/startup.sh @@ -200,6 +200,8 @@ sed -i "s;__BANK_BACKEND_URL__;${BANK_BACKEND_URL};" /usr/local/share/taler/demo nginx -c /nginx.conf 2>&1 | rotatelogs -e /logs/bank-ui-%Y-%m-%d.log 86400 & touch $INIT_MARKER +echo "Launched bank services" + # -n makes 'wait' return as soon as one of the background # processes exits. That triggers then the 'restart: always' # policy set in the compose file. -- cgit v1.2.3