From 3920e96d7e5c8deea7a29a183d78c7cdfb251a9f Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 18 Jul 2018 17:26:43 +0200 Subject: Fix support host without REALM. --- dehydrated/cron.weekly/local-dehydrated | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dehydrated/cron.weekly/local-dehydrated') diff --git a/dehydrated/cron.weekly/local-dehydrated b/dehydrated/cron.weekly/local-dehydrated index 2997440..26cbd4a 100755 --- a/dehydrated/cron.weekly/local-dehydrated +++ b/dehydrated/cron.weekly/local-dehydrated @@ -5,7 +5,7 @@ set -eu # update non-EC maildomain cert if resolvable and not a certdomain -maildomain=$(cat /etc/local-REDPILL/$(cat /etc/local-ORG/realm)/mailhost) +maildomain=$(cat /etc/local-REDPILL/$(cat /etc/local-ORG/realm)/mailhost) || true fqdn=$(hostname --fqdn) [ -z "$fqdn" ] \ || [ "$maildomain" = "$fqdn" ] \ -- cgit v1.2.3