mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-01-09 16:20:04 +01:00
Merge pull request #2 from nu11secur1ty/nu11secur1ty-patch-2
Update share-client-config.pl
This commit is contained in:
commit
a8dac0a122
@ -3,5 +3,5 @@ use strict;
|
||||
use warnings;
|
||||
use diagnostics;
|
||||
|
||||
my $clents = `cp -avr /etc/openvpn/client/* /var/www/html/`;
|
||||
print "$client"
|
||||
my $clients = `cp -avr /etc/openvpn/client/* /var/www/html/`;
|
||||
print "$clients"
|
||||
|
Loading…
Reference in New Issue
Block a user