diff options
Diffstat (limited to 'databases/neo4j/files/patch-bin_neo4j-admin')
-rw-r--r-- | databases/neo4j/files/patch-bin_neo4j-admin | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/databases/neo4j/files/patch-bin_neo4j-admin b/databases/neo4j/files/patch-bin_neo4j-admin index 38922b4c8923..849a3609797f 100644 --- a/databases/neo4j/files/patch-bin_neo4j-admin +++ b/databases/neo4j/files/patch-bin_neo4j-admin @@ -1,19 +1,18 @@ ---- bin/neo4j-admin.orig 2022-05-20 01:49:37 UTC +--- bin/neo4j-admin.orig 2023-06-26 13:14:57 UTC +++ bin/neo4j-admin -@@ -33,7 +33,8 @@ while [ -h "$PRG" ]; do +@@ -33,7 +33,7 @@ PRGDIR=`dirname "$PRG"` done PRGDIR=`dirname "$PRG"` -BASEDIR=`cd "$PRGDIR/.." >/dev/null; pwd` -+#BASEDIR=`cd "$PRGDIR/.." >/dev/null; pwd` +BASEDIR=%%PREFIX%%/neo4j # Reset the REPO variable. If you need to influence this use the environment setup file. REPO= -@@ -125,4 +126,4 @@ exec "$JAVACMD" -Xmx128m \ +@@ -125,4 +125,4 @@ exec "$JAVACMD" -Xmx128m \ -Dapp.home="$BASEDIR" \ -Dbasedir="$BASEDIR" \ - org.neo4j.server.startup.Neo4jAdminCommand \ + org.neo4j.server.startup.Neo4jAdminBoot \ - "$@" \ No newline at end of file + "$@" |