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