diff --git a/bundles/letsencrypt/metadata.py b/bundles/letsencrypt/metadata.py index 4897343..a7e8f74 100644 --- a/bundles/letsencrypt/metadata.py +++ b/bundles/letsencrypt/metadata.py @@ -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', }, },