This commit is contained in:
Girish Ramakrishnan
2016-06-21 16:34:31 -05:00
parent 4f0132b371
commit f901728cc9

View File

@@ -231,7 +231,7 @@ function startMail(callback) {
-p 25:2525 \
--read-only -v /tmp ${tag}`;
shell.execSync('startMongodb', cmd);
shell.execSync('startMail', cmd);
callback();
});