From e56775573ab8f9aa3faa73dadb747c5a44aba4aa Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Tue, 8 Apr 2025 09:46:50 +0200 Subject: [PATCH] Update disk-passthrough.sh --- scripts/disk-passthrough.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/disk-passthrough.sh b/scripts/disk-passthrough.sh index f7bd125..436a143 100644 --- a/scripts/disk-passthrough.sh +++ b/scripts/disk-passthrough.sh @@ -179,7 +179,7 @@ while read -r DISK; do for SYMLINK in /dev/disk/by-id/*; do if [[ "$(readlink -f "$SYMLINK")" == "$REAL_PATH" ]]; then if grep -Fq "$SYMLINK" <<< "$CONFIG_DATA"; then - USED_BY="[in use ct or vm]" + USED_BY="$(translate "in use ct or vm")" break fi fi