From 7f613f17ca309af7e310773dbb76939042af2d28 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sat, 26 Dec 2020 15:37:46 +0100 Subject: [PATCH] Improved call-to-action when OS is unknown --- include/osdetection | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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