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>2020-12-26 17:37:46 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2020-12-26 17:37:46 +0300
commit7f613f17ca309af7e310773dbb76939042af2d28 (patch)
tree8adc19ff3fe3d5dbfbbed62201bda1b5b92db494 /include/osdetection
parentfa69256f459ee55571c6ac2bb4f4e2ba3ec38665 (diff)
Improved call-to-action when OS is unknown
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 2d706428..3c5932ce 100644
--- a/include/osdetection
+++ b/include/osdetection
@@ -338,7 +338,7 @@
OS_VERSION_FULL=$(grep "^VERSION=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
;;
*)
- ReportException "OS Detection" "Unknown OS found in /etc/os-release - Please create issue on GitHub project page: ${PROGRAM_SOURCE}"
+ ReportException "OS Detection" "Unknown OS found in /etc/os-release - Please create an issue on GitHub and share the the contents (cat /etc/os-release): ${PROGRAM_SOURCE}"
;;
esac
fi