Browse Source

adding

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

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

@ -16,7 +16,7 @@ use LaravelZero\Framework\Commands\Command;
class LetsEncryptRemoveCommand extends Command class LetsEncryptRemoveCommand extends Command
{ {
// directory // directory
const CERT_DIR = '/etc/certbot/';
const CERT_DIR = '/etc/letsencrypt/';
/** /**
* The signature of the command. * The signature of the command.


Loading…
Cancel
Save