Update revoke-cleaner.pl

This commit is contained in:
nu11secur1ty
2023-01-17 15:47:17 +02:00
committed by GitHub
parent 6becf7caa9
commit 1f6fd150a0

View File

@@ -46,4 +46,8 @@ print color('RESET');
chomp (my $username = <STDIN>); chomp (my $username = <STDIN>);
my $cleaner = `sed -i '/$username/d' $ENVPKI`; 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; exit 0;