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