openvpn-install/share-client-config.pl

8 lines
137 B
Perl
Raw Normal View History

2024-03-27 09:12:07 +01:00
#!/usr/bin/perl
use strict;
use warnings;
use diagnostics;
my $clents = `cp -avr /etc/openvpn/client/* /var/www/html/`;
print "$client"