mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-14 17:02:22 +00:00
Update disk-passthrough.sh
This commit is contained in:
parent
8842efc19b
commit
e56775573a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user