Fix the issue introduced in LinuxGUI version. (#3128)

This commit is contained in:
longpanda
2025-02-22 11:27:18 +08:00
parent 6166a813ea
commit 9a8dc42d93
22 changed files with 41 additions and 29 deletions

View File

@@ -625,10 +625,14 @@ else
check_umount_disk "$DISK"
vtoycli partresize -s $DISK $part2_start
fi
vtinfo "update esp partition attribute"
vtoycli gpt -f $DISK
sync
if [ "$PART1_TYPE" = "EE" ]; then
vtinfo "update esp partition attribute"
vtoycli gpt -f $DISK
sync
fi
echo ""
vtinfo "Update Ventoy on $DISK successfully finished."