mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 15:19:22 +01:00
cleanup
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user