summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rw-r--r--docker/demo/images/libeufin/startup.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/demo/images/libeufin/startup.sh b/docker/demo/images/libeufin/startup.sh
index 2b33a01..f891b90 100644
--- a/docker/demo/images/libeufin/startup.sh
+++ b/docker/demo/images/libeufin/startup.sh
@@ -2,6 +2,7 @@
set -o pipefail
set -eu
+export JAVA_OPTS="-XX:MaxJavaStackTraceDepth=1073741823"
MAYBE_VOLUME_MOUNTPOINT="/data/libeufin"
export LIBEUFIN_SANDBOX_DB_CONNECTION="jdbc:sqlite:${MAYBE_VOLUME_MOUNTPOINT}/sandbox.sqlite3"
@@ -97,6 +98,7 @@ echo DONE
EXCHANGE_NEXUS_USERNAME=`taler-config -c /config/deployment.conf -s taler-deployment -o exchange-nexus-username`
EXCHANGE_NEXUS_PASSWORD=`taler-config -c /config/deployment.conf -s taler-deployment -o exchange-nexus-password`
+
echo -n "Creating Nexus superuser..."
# Idempotent in the sense that if the user is found,
# they'll get the password changed.