fixed build

This commit is contained in:
Yhael S
2023-10-20 01:09:20 -05:00
parent 10f3aa0302
commit 2a1ac8a17f
2 changed files with 2 additions and 2 deletions

View File

@@ -16,12 +16,12 @@ done < .env
# Check the USE_REDIS to add base_attachment_object_storage & session_redis to LOAD variable
if [[ $USE_REDIS == "true" ]]; then
LOAD+=",base_attachment_object_storage"
LOAD+=",session_redis"
fi
# Check the USE_REDIS to add attachment_s3 to LOAD variable
if [[ $USE_S3 == "true" ]]; then
LOAD+=",base_attachment_object_storage"
LOAD+=",attachment_s3"
fi