Browse Source

adding

release/0.1
Björn 4 years ago
parent
commit
c5c993f847
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/Commands/LetsEncryptRemoveCommand.php

+ 1
- 1
app/Commands/LetsEncryptRemoveCommand.php View File

@ -64,7 +64,7 @@ class LetsEncryptRemoveCommand extends Command
$this->error('Error! Certificate for '.$domain.'...not found!');
}
if ($erros > 0 && $errors < (count($diretories) - 1)) {
if ($errors > 0 && $errors < (count($diretories) - 1)) {
$this->error('Trouble! Certificate for '.$domain.'...delete! Some files were not found!');
}


Loading…
Cancel
Save