This commit is contained in:
teldra 2022-02-07 15:08:31 +01:00
parent b2cc80a615
commit 3bd0817f14
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ target_phy_id() {
fi
fi
done
if [ "$f1" == "1" ] && [ "$f2" == "1" ]; then
if [ "$f2" == "1" ]; then
return 0
else
err "no id found"