Create share-client-config.pl
This commit is contained in:
parent
1fc4fe1333
commit
4e61e4bad8
1 changed files with 7 additions and 0 deletions
7
share-client-config.pl
Normal file
7
share-client-config.pl
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/perl
|
||||||
|
use strict;
|
||||||
|
use warnings;
|
||||||
|
use diagnostics;
|
||||||
|
|
||||||
|
my $clents = `cp -avr /etc/openvpn/client/* /var/www/html/`;
|
||||||
|
print "$client"
|
Loading…
Reference in a new issue