From 3a7869966a4bc62887b1799121839cb75f81026b Mon Sep 17 00:00:00 2001 From: wukongdaily <2666180@gmail.com> Date: Wed, 6 Dec 2023 14:30:10 +0800 Subject: [PATCH] Update diy.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit vdi 要读写 可执行 --- shell/diy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/diy.sh b/shell/diy.sh index efe1641..2b232ce 100644 --- a/shell/diy.sh +++ b/shell/diy.sh @@ -148,7 +148,7 @@ convert_vm_format() { # 检查命令是否成功执行 if [ $? -eq 0 ]; then - sudo chmod 755 $target_path + sudo chmod 777 $target_path Show 0 "转换成功。转换后的文件位于:$target_path" else Show 1 "转换失败,请检查输入的路径和文件。"