diff options
author | Jonas Smedegaard <dr@jones.dk> | 2018-07-18 22:02:06 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2018-07-18 22:02:06 +0200 |
commit | 7296461b52b8bc50c6446fadc34410cef2c28404 (patch) | |
tree | 3f8ff05ddf36e6f0e013f4ef84ac5a9f67f4ae2a /dehydrated/cron.weekly/local-dehydrated | |
parent | 3920e96d7e5c8deea7a29a183d78c7cdfb251a9f (diff) |
Have cron script pass commandline options.
Diffstat (limited to 'dehydrated/cron.weekly/local-dehydrated')
-rwxr-xr-x | dehydrated/cron.weekly/local-dehydrated | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dehydrated/cron.weekly/local-dehydrated b/dehydrated/cron.weekly/local-dehydrated index 26cbd4a..ae7db41 100755 --- a/dehydrated/cron.weekly/local-dehydrated +++ b/dehydrated/cron.weekly/local-dehydrated @@ -20,4 +20,4 @@ domain=$(hostname --domain) || dehydrated --cron --domain "$maildomain $extradomains" --algo rsa # update certdomain certs -dehydrated --cron +dehydrated --cron "$@" |