Update revoke-cleaner.pl
This commit is contained in:
parent
a5d1c80a97
commit
437aea2082
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ print color('RED');
|
|||
print " revoked!\n\n\n";
|
||||
print color('RESET');
|
||||
|
||||
print color('GREEN');
|
||||
print "If you do not see lines with (R) in the beginning, you will have nothing to clean!";
|
||||
print color('RESET');
|
||||
|
||||
my $ENV = `cat /etc/openvpn/easy-rsa/pki/index.txt | grep R`;
|
||||
print "$ENV";
|
||||
|
||||
|
|
Loading…
Reference in a new issue