diff --git a/revoke-cleaner.pl b/revoke-cleaner.pl index fe71738..be6ce24 100644 --- a/revoke-cleaner.pl +++ b/revoke-cleaner.pl @@ -46,8 +46,9 @@ print color('RESET'); chomp (my $username = ); my $cleaner = `sed -i '/$username/d' $ENVPKI`; -print color('YELLOW') +print color('YELLOW'); print"You clint configurations are...\n"; +print color('RESET'); my $configs = `ls -all /etc/openvpn/client/`; print"$configs"; exit 0;