From b4ee112d0af3ea3c5be526f48dab57a6edebc39e Mon Sep 17 00:00:00 2001 From: Martin McKeaveney Date: Wed, 20 Dec 2023 12:03:38 +0000 Subject: [PATCH] Update runner.sh --- hosting/single/runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosting/single/runner.sh b/hosting/single/runner.sh index eb9ec07464..886da4c916 100644 --- a/hosting/single/runner.sh +++ b/hosting/single/runner.sh @@ -79,7 +79,7 @@ redis-server --requirepass $REDIS_PASSWORD > /dev/stdout 2>&1 & /bbcouch-runner.sh & # only start minio if use s3 isn't passed -if [[ -z "${USE_S3}"]]; then +if [[ -z "${USE_S3}" ]]; then /minio/minio server --console-address ":9001" ${DATA_DIR}/minio > /dev/stdout 2>&1 & fi