From ff6ef5d4874c4d551c0de576175af778f0268479 Mon Sep 17 00:00:00 2001
From: 付智勇 <fuzhiyong@efangtec.com>
Date: Fri, 27 Oct 2017 18:01:10 +0800
Subject: [PATCH] no message

---
 util/Agora_Recording_SDK_for_Linux_FULL/samples/shellUtil.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/util/Agora_Recording_SDK_for_Linux_FULL/samples/shellUtil.js b/util/Agora_Recording_SDK_for_Linux_FULL/samples/shellUtil.js
index 5874b11..1988ff1 100644
--- a/util/Agora_Recording_SDK_for_Linux_FULL/samples/shellUtil.js
+++ b/util/Agora_Recording_SDK_for_Linux_FULL/samples/shellUtil.js
@@ -29,14 +29,14 @@ shell.prototype.Recording =async(appId,uid,channel,channelKey,body)=>{
             }else{
                 var channelInfo =  await recordStatus.create({id:uuid.db32(),channel:channel,status:body.status});                 
             }
-            let  shell =`cd /netWorkSchool/1.3sdk/Agora_Recording_SDK_for_Linux_FULL/samples && ./Recorder_local`+
+            let  shell =`cd /netWorkSchool/Agora_Recording_SDK_for_Linux_FULL/samples/ && ./Recorder_local`+
             ` --appId  ` +appId +
             //` --uid ` +uid +
             ` --channel ` +  channel +
             `--recordFileRootDir  /netWorkSchool/Agora_Recording_SDK_for_Linux_FULL/samples ` +
             //` --channelKey ` + channelKey +        
             " --appliteDir  \`pwd\`/../bin";
-    console.log(shell)
+       console.log(shell)
             
         await callfile.exec(shell)
             return true
--
libgit2 0.24.0