lowercase virt type

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

View File

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