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 d7f31cc commit 40516ddCopy full SHA for 40516dd
scripts/setupNeo4j.sh
@@ -116,6 +116,7 @@ if [ ! -d "${NEO4J_INSTALLATION_DIRECTORY}" ] ; then
116
neo4jImportPath=$(convertPosixToWindowsPathIfNecessary "${IMPORT_DIRECTORY}")
117
118
# Create import directory in case it doesn't exist.
119
+ # The import needs to be configured even if its not used since it will be configured below and validated by Neo4j.
120
mkdir -p "${IMPORT_DIRECTORY}"
121
122
if [[ "$NEO4J_MAJOR_VERSION_NUMBER" -ge 5 ]]; then
0 commit comments