mao123qw commited on
Commit
ad70631
·
verified ·
1 Parent(s): e10d3af

Update install_reader.sh

Browse files
Files changed (1) hide show
  1. install_reader.sh +1 -1
install_reader.sh CHANGED
@@ -31,7 +31,7 @@ echo "正在解压文件..."
31
  unzip "$zip_file"
32
 
33
  #+x
34
- chmod -R +x
35
 
36
  # 处理解压目录结构
37
  dir_name=$(unzip -Z -1 "$zip_file" | head -n1 | cut -d '/' -f1)
 
31
  unzip "$zip_file"
32
 
33
  #+x
34
+ find . -type f -exec chmod +x {} +
35
 
36
  # 处理解压目录结构
37
  dir_name=$(unzip -Z -1 "$zip_file" | head -n1 | cut -d '/' -f1)