Skip to content

Commit

Permalink
More string stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
a-schild committed Jan 26, 2021
1 parent d08ea77 commit 0a8a2e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified openvpn.wbm.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion openvpn/export_client.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ $stream = "";
$wadir = POSIX::getcwd();
chdir($dirout);

if ($in{'format'} =~ '/single/') {
if ($in{'format'} =~ /single/) {
$fileout= $in{'vpn'}.'_'.$in{'client'}.'.ovpn';
open( my $fh, '>', $fileout) or die "Could not open output file";
# Append client.ovpn to complete .ovpn file
Expand Down

0 comments on commit 0a8a2e7

Please sign in to comment.