From d23c722c04777e627b460d680c07eda482083e45 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Thu, 20 May 2021 08:30:54 +0200 Subject: [PATCH] Removed trailing spaces --- include/osdetection | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osdetection b/include/osdetection index a7112d4b..7b1e911c 100644 --- a/include/osdetection +++ b/include/osdetection @@ -342,7 +342,7 @@ OS_NAME="Rocky Linux" OS_REDHAT_OR_CLONE=1 OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"') - ;; + ;; "rosa") LINUX_VERSION="ROSA Linux" OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')