mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-11-08 01:42:42 +01:00
Update revoke-cleaner.pl
This commit is contained in:
@@ -46,4 +46,8 @@ print color('RESET');
|
||||
chomp (my $username = <STDIN>);
|
||||
my $cleaner = `sed -i '/$username/d' $ENVPKI`;
|
||||
|
||||
print color('YELLOW')
|
||||
print"You clint configurations are...\n";
|
||||
my $configs = `ls -all /etc/openvpn/client/`;
|
||||
print"$configs";
|
||||
exit 0;
|
||||
|
||||
Reference in New Issue
Block a user