Update coco-mongodb

This commit is contained in:
Imperadeiro98 2015-01-31 22:19:57 +00:00
parent 4794c581b6
commit 212c6e21a2

View file

@ -92,4 +92,3 @@ mongo_arguments = [mongo_executable + u" --setParameter textSearchEnabled=true -
if 'fork' in sys.argv: mongo_arguments[0] += " --fork --logpath ./mongodb.log"
call(mongo_arguments,shell=True)