@ -21,5 +21,4 @@ odoo_uid=$(get_odoo_uid)
mkdir -p "$LIB"
## XXXvlab: this one can fail if files are removed (from sessions dir)
chown -R "$odoo_uid" "$LIB" || true
# setfacl -R -m "u:$odoo_uid:rx" "/opt/apps/0k-oe"
find "$LIB" \! -user "$odoo_uid" -exec chown -v "$odoo_uid" {} + || true