[TIC-Web] change the mic option 98/110698/1
authorChangHyun Lee <leechwin.lee@samsung.com>
Tue, 17 Jan 2017 12:10:08 +0000 (21:10 +0900)
committerChangHyun Lee <leechwin.lee@samsung.com>
Tue, 17 Jan 2017 12:10:08 +0000 (21:10 +0900)
Change-Id: I73e134b0852d01d0d5e345c40944e4b1b195f80c
Signed-off-by: ChangHyun Lee <leechwin.lee@samsung.com>
server/fs/mic.js

index dc21ec6..49a0c5b 100644 (file)
@@ -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);