Skip to content

Commit 9422076

Browse files
committed
Comment import directory creating
1 parent 410ce16 commit 9422076

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/setupNeo4j.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ if [ ! -d "${NEO4J_INSTALLATION_DIRECTORY}" ] ; then
116116
neo4jImportPath=$(convertPosixToWindowsPathIfNecessary "${IMPORT_DIRECTORY}")
117117

118118
# 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.
119120
mkdir -p "${IMPORT_DIRECTORY}"
120121

121122
if [[ "$NEO4J_MAJOR_VERSION_NUMBER" -ge 5 ]]; then

0 commit comments

Comments
 (0)