openvpn-install/share-client-config.pl

8 lines
139 B
Perl
Raw Normal View History

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