We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbdebc1 commit 9c869b5Copy full SHA for 9c869b5
scripts/startNeo4j.sh
@@ -42,6 +42,7 @@ else
42
fi
43
44
# Check if Neo4j is stopped (not running) using a temporary NEO4J_HOME environment variable that points to the current installation
45
+set -x
46
neo4jStatus="$( NEO4J_HOME=${NEO4J_DIR} ${NEO4J_BIN}/neo4j status 2>&1 || true)"
47
neo4jNotRunning=$(echo "$neo4jStatus" | grep "not running" || true)
48
if [ -n "${neo4jNotRunning}" ]; then
0 commit comments