mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
OpenVPN/Server - genkey format changed, leading to warnings. ref 0d80b562e4
This commit is contained in:
parent
f331061387
commit
4738eb409e
@ -157,7 +157,7 @@ function openvpn_get_protocols()
|
||||
|
||||
function openvpn_create_key()
|
||||
{
|
||||
$fp = popen("/usr/local/sbin/openvpn --genkey --secret /dev/stdout 2>/dev/null", "r");
|
||||
$fp = popen("/usr/local/sbin/openvpn --genkey secret /dev/stdout 2>/dev/null", "r");
|
||||
if (!$fp) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user