mao123qw commited on
Commit
8fdb0c2
·
verified ·
1 Parent(s): 210419e

Update install_reader.sh

Browse files
Files changed (1) hide show
  1. install_reader.sh +1 -1
install_reader.sh CHANGED
@@ -28,7 +28,7 @@ fi
28
  # 解压文件
29
  zip_file="reader-server-${version}.zip"
30
  echo "正在解压文件..."
31
- unzip -q "$zip_file"
32
 
33
  # 处理解压目录结构
34
  dir_name=$(unzip -Z -1 "$zip_file" | head -n1 | cut -d '/' -f1)
 
28
  # 解压文件
29
  zip_file="reader-server-${version}.zip"
30
  echo "正在解压文件..."
31
+ unzip "$zip_file"
32
 
33
  # 处理解压目录结构
34
  dir_name=$(unzip -Z -1 "$zip_file" | head -n1 | cut -d '/' -f1)