Skip to content

Commit 47f4481

Browse files
committed
Merge remote-tracking branch 'upstream/1.0' into 1.1
2 parents 1a42f84 + 7791c38 commit 47f4481

35 files changed

+71912
-1
lines changed

gulpfile.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,10 @@ gulp.task('start-neo4j', ['set-password'], function() {
253253
}
254254
else {
255255
return gulp.src('').pipe(shell([
256+
'mkdir -p ' + neo4jHome + '/logs',
257+
'mkdir -p ' + neo4jHome + '/run',
258+
'mkdir -p ' + neo4jHome + '/plugins',
259+
'mkdir -p ' + neo4jHome + '/import',
256260
'chmod +x ' + neo4jHome + '/bin/neo4j',
257261
neo4jHome + '/bin/neo4j start',
258262
]));

0 commit comments

Comments
 (0)