From 30f0b3e74d40b6a44610a1af2bfe9556ca57d4f2 Mon Sep 17 00:00:00 2001 From: nu11secur1ty Date: Tue, 17 Jan 2023 14:38:48 +0200 Subject: [PATCH] Update revoke-cleaner.pl --- revoke-cleaner.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/revoke-cleaner.pl b/revoke-cleaner.pl index 440d436..0504e09 100644 --- a/revoke-cleaner.pl +++ b/revoke-cleaner.pl @@ -45,5 +45,6 @@ print color('RESET'); chomp (my $username = ); my $cleaner = `sed -i '/$username/d' $ENVPKI`; +my $cleancobf1g = `rm -rf /etc/openvpn/client/$username`; exit 0;