Update diy.sh

vdi 要读写 可执行
This commit is contained in:
悟空的日常镜像仓库 2023-12-06 14:30:10 +08:00
parent c519678b4e
commit 3a7869966a
1 changed files with 1 additions and 1 deletions

View File

@ -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 "转换失败,请检查输入的路径和文件。"