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