Update disk-passthrough.sh

This commit is contained in:
MacRimi
2025-02-03 23:39:58 +01:00
committed by GitHub
parent 2fda3afe9b
commit e377a04d0e

View File

@@ -111,7 +111,7 @@ if [ "$VM_STATUS" == "running" ]; then
exit 1
fi
msg_info "$(translate "Detecting available disks...")"
msg_info2 "$(translate "Detecting available disks...")"
# Detect free disks, excluding the system disk and those already assigned to the selected VM
FREE_DISKS=()
@@ -173,7 +173,7 @@ DISKS_ADDED=0
ERROR_MESSAGES=""
SUCCESS_MESSAGES=""
msg_info "$(translate "Processing selected disks...")"
msg_info2 "$(translate "Processing selected disks...")"
for DISK in $SELECTED; do
DISK=$(echo "$DISK" | tr -d '"')