소스 검색

#IQRV #comment [BugFix][Scripts] 在 install.sh 对拷贝后的 active.txt 添加普通编辑权限

gifur 4 년 전
부모
커밋
4ed068316a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      addin/install.sh

+ 1 - 0
addin/install.sh

@@ -71,6 +71,7 @@ sudo chmod a+rw -R ${rvc_install_path_hardware_dir}
 sudo chmod 777 -R ${rvc_install_path_root}/${rel_version_dir}
 sudo chmod 777 ${rvc_install_path_versions_dir}/spexplorer.sh
 sudo chmod 777 ${rvc_install_path_versions_dir}/sudo_spexplorer.sh
+sudo chmod a+rw ${rvc_install_path_versions_dir}/active.txt
 echo change the run scripts priviledge done!
 
 if [ $has_vendor -eq 1 ];then