Update share-client-config.pl

This commit is contained in:
nu11secur1ty 2024-03-27 10:15:53 +02:00 committed by GitHub
parent 8442c5fdd8
commit 8724706d7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"