This commit is contained in:
Yhael S
2023-10-20 00:57:28 -05:00
parent c3f70d3a99
commit 284dc69588
3 changed files with 31 additions and 13 deletions

View File

@@ -27,7 +27,8 @@ fi
# Check the USE_S3 variable to decide whether to copy S3 directories
if [[ $USE_S3 == "true" ]]; then
LOAD+=",base_attachment_object_storage,attachment_s3"
LOAD+=",base_attachment_object_storage"
LOAD+=",attachment_s3"
fi
# Check if the repository directory exists and Sentry is to be used
@@ -35,8 +36,6 @@ if [[ $USE_SENTRY == "true" ]]; then
LOAD+=",sentry"
fi
echo "Loading addons: $LOAD"
# Copy the example conf to the destination to start replacing the variables
cp "$TEMPLATE_CONF" "$ODOO_RC"