Merge pull request #2 from nu11secur1ty/nu11secur1ty-patch-2

Update share-client-config.pl
This commit is contained in:
nu11secur1ty
2024-03-27 10:16:10 +02:00
committed by GitHub

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"