From e377a04d0ef1b4db4fec1e83787a070e444ca8ae Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Mon, 3 Feb 2025 23:39:58 +0100 Subject: [PATCH] Update disk-passthrough.sh --- scripts/disk-passthrough.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/disk-passthrough.sh b/scripts/disk-passthrough.sh index 41d89c0..57b1ace 100644 --- a/scripts/disk-passthrough.sh +++ b/scripts/disk-passthrough.sh @@ -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 '"')