1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

Merge pull request #12646 from Budibase/shogunpurple-patch-1

Update runner.sh
This commit is contained in:
Adria Navarro 2023-12-20 13:05:08 +01:00 committed by GitHub
commit 9c78b86902
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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