From 24907e456d1851fe42b9c1a7a52f923e7b8ec6aa Mon Sep 17 00:00:00 2001 From: Pongsan Sayampol Date: Mon, 30 Dec 2013 11:45:10 +0700 Subject: [PATCH] Fix the issue that the default values are saved to config.json --- src/install.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/install.js b/src/install.js index b5c4d4b089..ef5aa47e28 100644 --- a/src/install.js +++ b/src/install.js @@ -134,6 +134,11 @@ var async = require('async'), return next(new Error('unknown database : ' + config.database)); } + var allQuestions = install.redisQuestions.concat(install.mongoQuestions); + for(var x=0;x