wip
This commit is contained in:
parent
82b84aacc5
commit
0e534380e3
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ def renew(metadata):
|
|||
return {
|
||||
'systemd-timers': {
|
||||
'letsencrypt': {
|
||||
'command': '/usr/bin/dehydrated --cron --accept-terms --challenge http-01 && /usr/bin/dehydrated --cleanup',
|
||||
'command': '/bin/bash -c "/usr/bin/dehydrated --cron --accept-terms --challenge http-01 && /usr/bin/dehydrated --cleanup"',
|
||||
'when': 'daily',
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue