From f037ed6f34dd9346f7f297dae293bf11ff43c9c3 Mon Sep 17 00:00:00 2001 From: Alvaro Sedano Date: Sat, 16 Jan 2021 15:26:42 +0100 Subject: [PATCH] changed openSSL executable not found message --- ListadoPfsUsuarios.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ListadoPfsUsuarios.ps1 b/ListadoPfsUsuarios.ps1 index 32a22b4..36c4480 100644 --- a/ListadoPfsUsuarios.ps1 +++ b/ListadoPfsUsuarios.ps1 @@ -137,7 +137,7 @@ Function Decrypt { [string]$rutaREG = "Registry::HKEY_LOCAL_MACHINE\SOFTWARE\OpenVPN" if (-not (Test-Path($rutaREG))) { Write-Host 'No openvpn installation found. openssl.exe is part of the openVPN installation. ' + ` - 'If you have another openssl.exe available path, you can redefine the $openSSL variable at line 92.' -BackgroundColor DarkRed + 'If you have another openssl.exe available path, you can redefine the $openSSL variable at line 144.' -BackgroundColor DarkRed Exit 3 }