From 8bdf4867d52a455811a5242192291fd6a50faa07 Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev Date: Tue, 28 Apr 2020 19:15:30 +0300 Subject: [PATCH] fix lsb release --- images/linux/scripts/helpers/os.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/linux/scripts/helpers/os.sh b/images/linux/scripts/helpers/os.sh index fa2d4cf44..7d8b174fd 100644 --- a/images/linux/scripts/helpers/os.sh +++ b/images/linux/scripts/helpers/os.sh @@ -16,5 +16,5 @@ function isUbuntu18 function getOSVersionLabel { - isUbuntu16 && echo xenial || echo bionic + lsb_release -cs } \ No newline at end of file