From b8892759f76df49a64c0606b2bb0398f91519a89 Mon Sep 17 00:00:00 2001 From: nu11secur1ty Date: Tue, 17 Jan 2023 14:25:45 +0200 Subject: [PATCH] Update revoke-cleaner.pl --- revoke-cleaner.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/revoke-cleaner.pl b/revoke-cleaner.pl index 5170d9c..16635c7 100644 --- a/revoke-cleaner.pl +++ b/revoke-cleaner.pl @@ -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`;