View | Details | Raw Unified | Return to bug 213163
Collapse All | Expand All

(-)security/acme-client/files/000.acme-client.sh.in (-6 / +12 lines)
Lines 47-59 Link Here
47
		%%LOCALBASE%%/bin/acme-client $weekly_acme_client_args $weekly_acme_client_domains
47
		%%LOCALBASE%%/bin/acme-client $weekly_acme_client_args $weekly_acme_client_domains
48
	fi
48
	fi
49
49
50
	echo "Deploying Let's Encrypt certificates:"
50
	case "$weekly_acme_client_deployscript" in
51
	    [Nn][Oo])
52
		;;
53
	    *)
54
		echo "Deploying Let's Encrypt certificates:"
51
55
52
	if [ -x "$weekly_acme_client_deployscript" ] ; then
56
		if [ -x "$weekly_acme_client_deployscript" ] ; then
53
		$weekly_acme_client_deployscript
57
		    $weekly_acme_client_deployscript
54
	else
58
		else
55
		echo 'Skipped, deploy script not set.'
59
		    echo 'Skipped, deploy script not set.'
56
	fi
60
		fi
61
		;;
62
	esac
57
        ;;
63
        ;;
58
    *)
64
    *)
59
        ;;
65
        ;;

Return to bug 213163