Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2021-05-20 09:30:54 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2021-05-20 09:30:54 +0300
commitd23c722c04777e627b460d680c07eda482083e45 (patch)
tree11e214eddc0f30bbcc90680c1dea83d9326025e5 /include/osdetection
parentf36a632eb426d7fb69cad3e15ff632e47a260819 (diff)
Removed trailing spaces
Diffstat (limited to 'include/osdetection')
-rw-r--r--include/osdetection2
1 files changed, 1 insertions, 1 deletions
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 '"')