openvpn-install/share-client-config.pl
2024-03-27 10:12:07 +02:00

8 lines
137 B
Perl

#!/usr/bin/perl
use strict;
use warnings;
use diagnostics;
my $clents = `cp -avr /etc/openvpn/client/* /var/www/html/`;
print "$client"