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() {