Update revoke-cleaner.pl
This commit is contained in:
parent
74538dc0be
commit
1d03088f2d
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ chomp (my $username = <STDIN>);
|
||||||
my $cleaner = `sed -i '/$username/d' $ENVPKI`;
|
my $cleaner = `sed -i '/$username/d' $ENVPKI`;
|
||||||
|
|
||||||
print color('YELLOW');
|
print color('YELLOW');
|
||||||
print"You clint configurations are...\n";
|
print"Your client configurations in /etc/openvpn/client/ are...\n";
|
||||||
print color('RESET');
|
print color('RESET');
|
||||||
my $configs = `ls -all /etc/openvpn/client/`;
|
my $configs = `ls -all /etc/openvpn/client/`;
|
||||||
print"$configs";
|
print"$configs";
|
||||||
|
|
Loading…
Reference in a new issue