mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-01-09 08:10:05 +01:00
Update share-client-config.pl
This commit is contained in:
parent
8442c5fdd8
commit
8724706d7e
@ -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