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