Update disk.sh
This commit is contained in:
parent
d20f1a62cf
commit
45186e7b4f
1 changed files with 0 additions and 1 deletions
|
|
@ -514,7 +514,6 @@ case "${DISK_TYPE,,}" in
|
||||||
* ) error "Invalid DISK_TYPE, value \"$DISK_TYPE\" is unrecognized!" && exit 80 ;;
|
* ) error "Invalid DISK_TYPE, value \"$DISK_TYPE\" is unrecognized!" && exit 80 ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
DRIVER_TYPE="usb"
|
|
||||||
MEDIA_TYPE="$DISK_TYPE"
|
MEDIA_TYPE="$DISK_TYPE"
|
||||||
|
|
||||||
if [ -f "$BOOT" ] && [ -s "$BOOT" ]; then
|
if [ -f "$BOOT" ] && [ -s "$BOOT" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue