This commit is contained in:
teldra 2022-02-07 15:17:11 +01:00
parent 7f14324b2b
commit 288016dca9
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ target_phy_disk() {
target_phy_id() {
local i
local f2
set -x
for i in $(find /dev/disk/by-id ! -type d|grep -v part); do
if realpath "$i" | grep -q -i "$TARGET_PHY_DISK"; then
if echo "$i" | grep -v "wwn" | grep -q -v "eui"; then