From ba97d8fd2f08de6ee307e9c5c88bdf3c8cd95b78 Mon Sep 17 00:00:00 2001
From: 付智勇 <fuzhiyong@efangtec.com>
Date: Mon, 4 Sep 2017 17:52:01 +0800
Subject: [PATCH] no message

---
 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 193723c..06260ca 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 =`./Recorder_local`+
+        let  shell =`pwd && ./Recorder_local`+
         ` --appId  ` +appId +
         ` --uid ` +uid +
         ` --channel ` +  channel +
--
libgit2 0.24.0