mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 23:29:19 +01:00
fixed build
This commit is contained in:
@@ -16,12 +16,12 @@ done < .env
|
|||||||
|
|
||||||
# Check the USE_REDIS to add base_attachment_object_storage & session_redis to LOAD variable
|
# Check the USE_REDIS to add base_attachment_object_storage & session_redis to LOAD variable
|
||||||
if [[ $USE_REDIS == "true" ]]; then
|
if [[ $USE_REDIS == "true" ]]; then
|
||||||
LOAD+=",base_attachment_object_storage"
|
|
||||||
LOAD+=",session_redis"
|
LOAD+=",session_redis"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check the USE_REDIS to add attachment_s3 to LOAD variable
|
# Check the USE_REDIS to add attachment_s3 to LOAD variable
|
||||||
if [[ $USE_S3 == "true" ]]; then
|
if [[ $USE_S3 == "true" ]]; then
|
||||||
|
LOAD+=",base_attachment_object_storage"
|
||||||
LOAD+=",attachment_s3"
|
LOAD+=",attachment_s3"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -22,12 +22,12 @@ done < .env
|
|||||||
|
|
||||||
# Check the USE_REDIS to add base_attachment_object_storage & session_redis to LOAD variable
|
# Check the USE_REDIS to add base_attachment_object_storage & session_redis to LOAD variable
|
||||||
if [[ $USE_REDIS == "true" ]]; then
|
if [[ $USE_REDIS == "true" ]]; then
|
||||||
LOAD+=",base_attachment_object_storage"
|
|
||||||
LOAD+=",session_redis"
|
LOAD+=",session_redis"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check the USE_REDIS to add attachment_s3 to LOAD variable
|
# Check the USE_REDIS to add attachment_s3 to LOAD variable
|
||||||
if [[ $USE_S3 == "true" ]]; then
|
if [[ $USE_S3 == "true" ]]; then
|
||||||
|
LOAD+=",base_attachment_object_storage"
|
||||||
LOAD+=",attachment_s3"
|
LOAD+=",attachment_s3"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user