Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
7a3fd811
Commit
7a3fd811
authored
Feb 11, 2016
by
Marius Burkard
Browse files
Merge branch 'stable-3.1'
parents
14c2d8c2
f2859563
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/lib/classes/cron.d/900-letsencrypt.inc.php
View file @
7a3fd811
...
...
@@ -36,8 +36,8 @@ class cronjob_letsencrypt extends cronjob {
public
function
onRunJob
()
{
global
$app
,
$conf
;
if
(
file_exists
(
"/root/.local/share/letsencrypt/bin/letsencrypt
-renewer
"
))
{
exec
(
'/root/.local/share/letsencrypt/bin/letsencrypt
-
renew
er
'
);
if
(
file_exists
(
"/root/.local/share/letsencrypt/bin/letsencrypt"
))
{
exec
(
'/root/.local/share/letsencrypt/bin/letsencrypt
renew'
);
}
parent
::
onRunJob
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment