From 1d03088f2dd45777549f458eda395ac7ca6a4427 Mon Sep 17 00:00:00 2001 From: nu11secur1ty Date: Tue, 17 Jan 2023 15:54:11 +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 be6ce24..ff00c1c 100644 --- a/revoke-cleaner.pl +++ b/revoke-cleaner.pl @@ -47,7 +47,7 @@ chomp (my $username = ); 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";