fix mkdir with -p
This commit is contained in:
@@ -23,7 +23,7 @@ usb_name="/dev/mapper/${disk_suffix}"
|
||||
# Mount Ventoy
|
||||
echo "Mounting Ventoy..."
|
||||
mkdir -p /mnt/ventoy
|
||||
mount /dev/mapper/$usb_name /mnt/ventoy
|
||||
mount $usb_name /mnt/ventoy
|
||||
cd /mnt/ventoy/Images
|
||||
|
||||
# Decompress and write image
|
||||
|
||||
Reference in New Issue
Block a user