Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix #5
Based on http://www.techbar.me/stopping-docker-containers-gracefully/.

Signed-off-by: Tiago Pires <tandrepires@gmail.com>
  • Loading branch information
tpires committed Aug 7, 2015
1 parent ff8ab9d commit 84bed01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch.sh
Expand Up @@ -24,5 +24,5 @@ if [ "$limit" -lt 65536 ]; then
ulimit -n 65536;
fi

.$NEO4J_HOME/bin/neo4j console
exec .$NEO4J_HOME/bin/neo4j console

0 comments on commit 84bed01

Please sign in to comment.