aboutsummaryrefslogtreecommitdiffstats
path: root/900.lfacme.sh.in
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-fay.org>2025-06-04 19:33:21 +0100
committerLexi Winter <lexi@le-fay.org>2025-06-04 19:33:21 +0100
commitace580c522836e5287f4603ceea5da41881a4651 (patch)
treebaf0ed9518439f94c57570b5b2272d2b2329845e /900.lfacme.sh.in
parent81ea52277cfe0396d4a2a2a2cc3ab9e98c3c99f7 (diff)
downloadlfacme-ace580c522836e5287f4603ceea5da41881a4651.tar.gz
lfacme-ace580c522836e5287f4603ceea5da41881a4651.tar.bz2
replace lfacme-{setup,renew} with a single lfacme command
Diffstat (limited to '900.lfacme.sh.in')
-rw-r--r--900.lfacme.sh.in4
1 files changed, 2 insertions, 2 deletions
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
;;
*)