Browse Source

adding

release/0.1
Björn 4 years ago
parent
commit
ed720d20c3
5 changed files with 2 additions and 2 deletions
  1. +1
    -0
      .gitignore
  2. +0
    -1
      README.md
  3. +1
    -1
      app/Commands/LetsEncryptRemoveCommand.php
  4. +0
    -0
      storage/.gitkeep
  5. +0
    -0
      storage/logs/.gitkeep

+ 1
- 0
.gitignore View File

@ -7,6 +7,7 @@ database/database.sqlite
.env
storage/logs/*
!storage/logs/.gitkeep
storage/cache
!storage/cache/.gitkeep


+ 0
- 1
README.md View File

@ -33,7 +33,6 @@ git clone https://gitea.tentakelfabrik.de/Tentakelfabrik/mcp.git
```bash
cd mcp
sudo ./install.sh
composer install
```


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

@ -56,7 +56,7 @@ class LetsEncryptRemoveCommand extends Command
foreach($directories as $key => $directory) {
if ($key === 'renewal') {
$directory .= $directory.'.conf';
$directory .= '.conf';
}
if (!file_exists($directory)) {


+ 0
- 0
storage/.gitkeep View File


+ 0
- 0
storage/logs/.gitkeep View File


Loading…
Cancel
Save