From df34abbabc3f5735d369f84b9bc3cd32f8c8d9c4 Mon Sep 17 00:00:00 2001 From: Michael Paik Date: Mon, 15 Sep 2014 18:08:32 -0400 Subject: [PATCH] DOCS-3425 - removed quotation marks to fix cfgfile bug on Windows --- .../includes/steps-configure-windows-service-for-mongodb.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/includes/steps-configure-windows-service-for-mongodb.yaml b/source/includes/steps-configure-windows-service-for-mongodb.yaml index 2b7902bdd2e..a296ddab8df 100644 --- a/source/includes/steps-configure-windows-service-for-mongodb.yaml +++ b/source/includes/steps-configure-windows-service-for-mongodb.yaml @@ -15,7 +15,7 @@ action: the :setting:`logpath` option for MongoDB: language: powershell code: | - echo logpath="C:\Program Files\MongoDB\log\mongo.log" > "C:\Program Files\MongoDB\mongod.cfg" + echo logpath=C:\Program Files\MongoDB\log\mongo.log > "C:\Program Files\MongoDB\mongod.cfg" --- title: Run the MongoDB service. stepnum: 2