Skip to content
Snippets Groups Projects
Commit b2165a08 authored by George Sedov's avatar George Sedov
Browse files

still fixin'

parent 9cf7b594
Branches
Tags
No related merge requests found
......@@ -41,6 +41,7 @@ function kill_mongo {
function start_mongo {
mkdir -p /tmp/mongo
mongod --dbpath /tmp/mongo --port $1 --logpath /tmp/mongolog --fork
}
......
......@@ -24,6 +24,7 @@ function kill_mongo {
function start_mongo {
mkdir -p /tmp/mongo
mongod --dbpath /tmp/mongo --port 27016 --logpath /tmp/mongolog --fork
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment