Update revoke-cleaner.pl

This commit is contained in:
nu11secur1ty 2023-01-17 15:54:11 +02:00 committed by GitHub
parent 74538dc0be
commit 1d03088f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ chomp (my $username = <STDIN>);
my $cleaner = `sed -i '/$username/d' $ENVPKI`;
print color('YELLOW');
print"You clint configurations are...\n";
print"Your client configurations in /etc/openvpn/client/ are...\n";
print color('RESET');
my $configs = `ls -all /etc/openvpn/client/`;
print"$configs";