From 77f5c05a5b7fd39fc1fd26ffb2372dd548ce83c6 Mon Sep 17 00:00:00 2001 From: Christos Alexiou Date: Thu, 20 Feb 2025 21:29:55 +0200 Subject: [PATCH] debug messages --- hosting/single/runner.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hosting/single/runner.sh b/hosting/single/runner.sh index 42305cf62e..6f81cc2fbd 100644 --- a/hosting/single/runner.sh +++ b/hosting/single/runner.sh @@ -1,6 +1,6 @@ #!/bin/bash -echo "Starting runner.sh" +echo "Starting runner.sh..." # set defaults for Docker-related variables export APP_PORT="${APP_PORT:-4001}" @@ -96,7 +96,9 @@ if [[ -n "${REDIS_PASSWORD}" ]]; then else redis-server "${REDIS_CONFIG}" >/dev/stdout 2>&1 & fi -/bbcouch-runner.sh & + +echo "Starting callback CouchDB runner..." +./bbcouch-runner.sh & # only start minio if use s3 isn't passed if [[ -z "${USE_S3}" ]]; then