From 2635fd8a66864784635cc015063aa753403306d6 Mon Sep 17 00:00:00 2001 From: bol-van Date: Wed, 13 Apr 2022 12:46:21 +0300 Subject: [PATCH] lowercase virt type --- common/virt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/virt.sh b/common/virt.sh index bb70cb3..bc84450 100644 --- a/common/virt.sh +++ b/common/virt.sh @@ -19,7 +19,7 @@ get_virt() fi ;; esac - echo "$vm" + echo "$vm" | awk '{print tolower($0)}' } check_virt() {