fix mkdir with -p

This commit is contained in:
poslop
2025-06-25 13:45:12 -05:00
parent 6d59997a1c
commit 3d3f11f611

View File

@@ -23,7 +23,7 @@ usb_name="/dev/mapper/${disk_suffix}"
# Mount Ventoy # Mount Ventoy
echo "Mounting Ventoy..." echo "Mounting Ventoy..."
mkdir -p /mnt/ventoy mkdir -p /mnt/ventoy
mount /dev/mapper/$usb_name /mnt/ventoy mount $usb_name /mnt/ventoy
cd /mnt/ventoy/Images cd /mnt/ventoy/Images
# Decompress and write image # Decompress and write image