mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-03-31 01:33:45 -04:00
Fixed a bug for ventoy_openwrt.xz check.
This commit is contained in:
parent
07d4140cf4
commit
425d640480
@ -1740,10 +1740,6 @@ function img_common_menuentry {
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d (vtimghd)/ ]; then
|
|
||||||
loopback -d vtimghd
|
|
||||||
fi
|
|
||||||
|
|
||||||
loopback vtimghd "${vtoy_iso_part}${vt_chosen_path}"
|
loopback vtimghd "${vtoy_iso_part}${vt_chosen_path}"
|
||||||
vt_img_sector "${vtoy_iso_part}${vt_chosen_path}"
|
vt_img_sector "${vtoy_iso_part}${vt_chosen_path}"
|
||||||
|
|
||||||
@ -1808,6 +1804,8 @@ function img_common_menuentry {
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
loopback -d vtimghd
|
||||||
|
|
||||||
set root=$vtback_root
|
set root=$vtback_root
|
||||||
vt_pop_last_entry
|
vt_pop_last_entry
|
||||||
set theme=$vtback_theme
|
set theme=$vtback_theme
|
||||||
|
Loading…
x
Reference in New Issue
Block a user