From ace580c522836e5287f4603ceea5da41881a4651 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Wed, 4 Jun 2025 19:33:21 +0100 Subject: replace lfacme-{setup,renew} with a single lfacme command --- 900.lfacme.sh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '900.lfacme.sh.in') diff --git a/900.lfacme.sh.in b/900.lfacme.sh.in index f1fae33..599a349 100644 --- a/900.lfacme.sh.in +++ b/900.lfacme.sh.in @@ -13,7 +13,7 @@ export PATH # Exit if lfacme isn't installed but the periodic script was left over # for some reason. -if ! [ -x __BINDIR__/lfacme-renew ]; then +if ! [ -x __BINDIR__/lfacme ]; then exit 0 fi @@ -21,7 +21,7 @@ case "$daily_lfacme_enable" in [Yy][Ee][Ss]) printf 'Renewing ACME certificates with lfacme:\n' - __BINDIR__/lfacme-renew + __BINDIR__/lfacme renew ;; *) -- cgit v1.2.3