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 '"')