Update revoke-cleaner.pl
This commit is contained in:
parent
30f0b3e74d
commit
2eca321812
1 changed files with 0 additions and 1 deletions
|
@ -45,6 +45,5 @@ print color('RESET');
|
|||
|
||||
chomp (my $username = <STDIN>);
|
||||
my $cleaner = `sed -i '/$username/d' $ENVPKI`;
|
||||
my $cleancobf1g = `rm -rf /etc/openvpn/client/$username`;
|
||||
|
||||
exit 0;
|
||||
|
|
Loading…
Reference in a new issue