Update disk.sh

This commit is contained in:
Kroese 2024-05-21 13:43:25 +02:00 committed by GitHub
parent d20f1a62cf
commit 45186e7b4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -514,7 +514,6 @@ case "${DISK_TYPE,,}" in
* ) error "Invalid DISK_TYPE, value \"$DISK_TYPE\" is unrecognized!" && exit 80 ;;
esac
DRIVER_TYPE="usb"
MEDIA_TYPE="$DISK_TYPE"
if [ -f "$BOOT" ] && [ -s "$BOOT" ]; then