Update share-client-config.pl

This commit is contained in:
nu11secur1ty 2024-03-27 10:28:23 +02:00 committed by GitHub
父節點 a8dac0a122
當前提交 052f4e517b
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: B5690EEEBB952194

查看文件

@ -5,3 +5,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`;
print "WARNING:\n";
print "Your web share is running, don't forget to stop your apache2 after you finish the job!"