Update disk.sh

This commit is contained in:
Kroese
2025-03-15 09:33:51 +01:00
committed by GitHub
parent a73aba9ed5
commit c9a0cf3c90

View File

@@ -369,7 +369,7 @@ createDevice () {
local result=" -drive file=$DISK_FILE,id=$DISK_ID,format=$DISK_FMT,cache=$DISK_CACHE,aio=$DISK_IO,discard=$DISK_DISCARD,detect-zeroes=on"
case "${DISK_TYPE,,}" in
"none" ) ;;
"none" ) ;;
"auto" )
echo "$result"
;;