Browse Source

adding

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

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

@ -55,7 +55,7 @@ class LetsEncryptRemoveCommand extends Command
if (!file_exists($directory)) {
$errors++;
} else {
rmdir($directory);
exec('rm -rf '.$directory.' 2&>1', $output);
}
}


Loading…
Cancel
Save