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