Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
19731d52
Commit
19731d52
authored
May 22, 2014
by
Leigh B Stoller
Browse files
Minor bug fix.
parent
01d65606
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/scripts/openvpn-setup.in
View file @
19731d52
...
...
@@ -120,7 +120,7 @@ if (! -e $CLIENTCERT || $regen) {
if
(
!
-
e
$DHFILE
||
$regen
)
{
print
"
Creating OpenVPN Diffie Hellman key file ...
\n
";
system
("
$OPENSSL
dhparam -out
$DHFILE
1024
")
system
("
$OPENSSL
dhparam -out
$DHFILE
1024
")
==
0
or
fatal
("
Could not generate
$DHFILE
");
}
exit
(
0
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment