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 d0a9413 commit 2af8a2cCopy full SHA for 2af8a2c
cypher/scripts/start-neo4j.sh
@@ -9,7 +9,7 @@ cd ..
9
: ${NEO4J_CONTAINER_NAME:?"Environment variable NEO4J_CONTAINER_NAME is unset or empty"}
10
11
if [ ! -d ${NEO4J_DATA_DIR} ]; then
12
- echo "Neo4j data is not loaded"
+ echo "Neo4j data directory does not exist"
13
exit 1
14
fi
15
0 commit comments