From f5ca411fa71be3c65914465d9e28901bb25233e9 Mon Sep 17 00:00:00 2001 From: Aleksandr Chebotov <47745270+al-cheb@users.noreply.github.com> Date: Tue, 12 Apr 2022 10:03:33 +0200 Subject: [PATCH] [Ubuntu] Use OpenSSL package version in output (#5384) --- images/linux/scripts/SoftwareReport/SoftwareReport.Common.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/linux/scripts/SoftwareReport/SoftwareReport.Common.psm1 b/images/linux/scripts/SoftwareReport/SoftwareReport.Common.psm1 index 7dd80a97d..07356a30d 100644 --- a/images/linux/scripts/SoftwareReport/SoftwareReport.Common.psm1 +++ b/images/linux/scripts/SoftwareReport/SoftwareReport.Common.psm1 @@ -83,7 +83,7 @@ function Get-NodeVersion { } function Get-OpensslVersion { - return $(openssl version) + return "OpenSSL $(dpkg-query -W -f '${Version}' openssl)" } function Get-PerlVersion {