1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-04-16 20:12:58 +03:00

lowercase virt type

This commit is contained in:
bol-van 2022-04-13 12:46:21 +03:00
parent c6663a517e
commit 2635fd8a66

@ -19,7 +19,7 @@ get_virt()
fi
;;
esac
echo "$vm"
echo "$vm" | awk '{print tolower($0)}'
}
check_virt()
{