summarylogtreecommitdiffstats
path: root/bin.patch
blob: 5f422733521c6be5f9c90bd32672b218f19bbe51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -au0r neo4j-enterprise-orig/bin/neo4j-admin neo4j-enterprise-mod/bin/neo4j-admin
--- neo4j-enterprise-orig/bin/neo4j-admin
+++ neo4j-enterprise-mod/bin/neo4j-admin
@@ -3,0 +4,2 @@
+export NEO4J_CONF=/etc/neo4j
+
diff -au0r neo4j-enterprise-orig/bin/cypher-shell neo4j-enterprise-mod/bin/cypher-shell
--- neo4j-enterprise-orig/bin/cypher-shell
+++ neo4j-enterprise-mod/bin/cypher-shell
@@ -75,1 +75,1 @@
-  APP_HOME="$(cd "$(dirname "$0")" && pwd)"
+  APP_HOME="$(cd "$(dirname "$(readlink -f "$0")")" && pwd)"