Merge pull request #3 from nu11secur1ty/nu11secur1ty-patch-3
Update share-client-config.pl
This commit is contained in:
commit
341eccf4c0
1 changed files with 3 additions and 0 deletions
|
@ -5,3 +5,6 @@ use diagnostics;
|
|||
|
||||
my $clients = `cp -avr /etc/openvpn/client/* /var/www/html/`;
|
||||
print "$clients"
|
||||
my $open_aapache = `systemctl start apache2.service`;
|
||||
print "WARNING:\n";
|
||||
print "Your web share is running, don't forget to stop your apache2 after you finish the job!"
|
||||
|
|
Loading…
Reference in a new issue