From 0d80ced545f3dbc24e7d2957a3267491b6e94824 Mon Sep 17 00:00:00 2001 From: Alvaro Sedano Date: Mon, 18 Jan 2021 02:14:37 +0100 Subject: [PATCH] Add files via upload --- ListadoPfsUsuarios.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ListadoPfsUsuarios.ps1 b/ListadoPfsUsuarios.ps1 index 6c16208..d4d8894 100644 --- a/ListadoPfsUsuarios.ps1 +++ b/ListadoPfsUsuarios.ps1 @@ -148,7 +148,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 (line# 140).' -BackgroundColor DarkRed + 'If you have another openssl.exe available path, you can redefine the $openSSL variable (line# 145).' -BackgroundColor DarkRed Exit 3 } $openSSL = ((Get-ItemProperty -Path $rutaREG).exe_path).Replace("openvpn.exe", "openssl.exe")