Skip to content

Commit

Permalink
always call bin/neo4j stop
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaum committed May 13, 2012
1 parent b313685 commit 72488de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions neo4jserver.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ class Neo4JServer
log "try to stop server: is allready starting/stopping"
return

unless running
callback "not running" if callback
log "try to stop server: not running"
return
#unless running
# callback "not running" if callback
# log "try to stop server: not running"
# return

startingOrStopping = true
log "stopping"
Expand Down

0 comments on commit 72488de

Please sign in to comment.