summaryrefslogtreecommitdiff
path: root/dehydrated
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2018-07-18 22:02:06 +0200
committerJonas Smedegaard <dr@jones.dk>2018-07-18 22:02:06 +0200
commit7296461b52b8bc50c6446fadc34410cef2c28404 (patch)
tree3f8ff05ddf36e6f0e013f4ef84ac5a9f67f4ae2a /dehydrated
parent3920e96d7e5c8deea7a29a183d78c7cdfb251a9f (diff)
Have cron script pass commandline options.
Diffstat (limited to 'dehydrated')
-rwxr-xr-xdehydrated/cron.weekly/local-dehydrated2
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 "$@"