Skip to content

Commit 7a31f48

Browse files
author
Michael Paik
committed
DOCS-4900 - windows manual service install bugfix
Signed-off-by: Michael Paik <[email protected]>
1 parent 34f3eaf commit 7a31f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/steps-create-manually-windows-service-for-mongodb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ action:
5353
- pre: "Create the MongoDB service."
5454
language: powershell
5555
code: |
56-
sc.exe create MongoDB binPath= "\"C:\mongodb\mongod.exe\" --service --config= \"C:\mongodb\mongod.cfg\"" DisplayName= "MongoDB" start= "auto"
56+
sc.exe create MongoDB binPath= "\"C:\mongodb\mongod.exe\" --service --config=\"C:\mongodb\mongod.cfg\"" DisplayName= "MongoDB" start= "auto"
5757
post: |
5858
``sc.exe`` requires a space between "=" and the configuration values
5959
(eg "binPath= "), and a "\\" to escape double quotes.

0 commit comments

Comments
 (0)