From: ChangHyun Lee Date: Tue, 17 Jan 2017 12:10:08 +0000 (+0900) Subject: [TIC-Web] change the mic option X-Git-Tag: v20170316~4^2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F98%2F110698%2F1;p=archive%2F20170607%2Ftools%2Ftic.git [TIC-Web] change the mic option Change-Id: I73e134b0852d01d0d5e345c40944e4b1b195f80c Signed-off-by: ChangHyun Lee --- diff --git a/server/fs/mic.js b/server/fs/mic.js index dc21ec6..49a0c5b 100644 --- a/server/fs/mic.js +++ b/server/fs/mic.js @@ -42,7 +42,7 @@ Mic.process = function (command, callback) { Mic.create = function (paramObj, io) { logger.info('MIC Create'); - var micCommand = 'sudo mic cr auto ' + paramObj.pathKsFile + util.format(' -A %s', 'x86_64') + util.format(' -o %s', paramObj.pathOutput); + var micCommand = 'sudo mic create auto ' + paramObj.pathKsFile + util.format(' --arch %s', 'x86_64') + util.format(' --outdir %s', paramObj.pathOutput); function sendMsg(path, msg) { io.sockets.emit(path, msg);