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
1652f2ef48
commit
be18843eb0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
);
}
}
Write
Preview
Loading…
Cancel
Save