Update runner.sh

This commit is contained in:
Martin McKeaveney 2023-12-20 12:03:38 +00:00 committed by GitHub
parent 6adb5cfe79
commit b4ee112d0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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