This website works better with JavaScript.
Help
Sign In
tentakelfabrik
/
mcp
Watch
1
Star
0
Fork
0
Code
Issues
8
Pull Requests
0
Releases
4
Wiki
Activity
Browse Source
adding
release/0.1
Björn
4 years ago
parent
38c36f11de
commit
ed720d20c3
5 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+0
-1
README.md
+1
-1
app/Commands/LetsEncryptRemoveCommand.php
+0
-0
storage/.gitkeep
+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
Write
Preview
Loading…
Cancel
Save