From b129768a59a2a68663c9daee2b285a050893e56e Mon Sep 17 00:00:00 2001 From: Guillaume Schurck <g.schurck@gmail.com> Date: Thu, 19 Jan 2023 21:01:21 +0100 Subject: [PATCH] fix neo4j permissions --- neo4j/data/dbms/auth.ini | 0 neo4j/import/data_cypher.cypher | 0 neo4j/import/index.cypher | 0 neo4j/import/insert.cypher | 0 neo4j/import/reset.cypher | 0 5 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 neo4j/data/dbms/auth.ini mode change 100644 => 100755 neo4j/import/data_cypher.cypher mode change 100644 => 100755 neo4j/import/index.cypher mode change 100644 => 100755 neo4j/import/insert.cypher mode change 100644 => 100755 neo4j/import/reset.cypher diff --git a/neo4j/data/dbms/auth.ini b/neo4j/data/dbms/auth.ini old mode 100644 new mode 100755 diff --git a/neo4j/import/data_cypher.cypher b/neo4j/import/data_cypher.cypher old mode 100644 new mode 100755 diff --git a/neo4j/import/index.cypher b/neo4j/import/index.cypher old mode 100644 new mode 100755 diff --git a/neo4j/import/insert.cypher b/neo4j/import/insert.cypher old mode 100644 new mode 100755 diff --git a/neo4j/import/reset.cypher b/neo4j/import/reset.cypher old mode 100644 new mode 100755 -- GitLab