From e0be0335502da8844825969a7ea936095de44ff2 Mon Sep 17 00:00:00 2001
From: 付智勇 <fuzhiyong@efangtec.com>
Date: Fri, 8 Sep 2017 18:19:00 +0800
Subject: [PATCH] shell 脚本修改

---
 util/Agora_Recording_SDK_for_Linux_FULL/samples/shellUtil.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 c7dc3f9..5081807 100644
--- a/util/Agora_Recording_SDK_for_Linux_FULL/samples/shellUtil.js
+++ b/util/Agora_Recording_SDK_for_Linux_FULL/samples/shellUtil.js
@@ -7,7 +7,7 @@ function shell(){
 
 shell.prototype.Recording =async(appId,uid,channel,channelKey)=>{
     return new Promise((resolve, reject) =>{
-        let  shell =`cd util/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 +
--
libgit2 0.24.0