mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-11 17:29:16 +05:00
lowercase virt type
This commit is contained in:
parent
c6663a517e
commit
2635fd8a66
@ -19,7 +19,7 @@ get_virt()
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
echo "$vm"
|
||||
echo "$vm" | awk '{print tolower($0)}'
|
||||
}
|
||||
check_virt()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user