Improved call-to-action when OS is unknown

This commit is contained in:
Michael Boelen 2020-12-26 15:37:46 +01:00
parent fa69256f45
commit 7f613f17ca
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04

View File

@ -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