summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-05-31 09:36:56 +0200
committerFlorian Dold <florian@dold.me>2023-05-31 09:36:56 +0200
commit128130a12ddb22bc7dfe4c6efef10f62bfb4e929 (patch)
treea868a00ed4a294cd3f20171512d66c9ad034e217
parent795c23aad49177fab9655014df67191db9afd940 (diff)
downloaddeployment-128130a12ddb22bc7dfe4c6efef10f62bfb4e929.tar.gz
deployment-128130a12ddb22bc7dfe4c6efef10f62bfb4e929.tar.bz2
deployment-128130a12ddb22bc7dfe4c6efef10f62bfb4e929.zip
-logging
-rw-r--r--sandcastle/images/libeufin/startup.sh2
1 files changed, 2 insertions, 0 deletions
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.