From b89b4605df7b1582b1b1c96908c0a9e8c04699d1 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Wed, 4 Jun 2025 21:40:57 +0100 Subject: rename $ACME_* to $LFACME_* for consistency with hook variables, and to avoid conflicts with other applications. --- renew.sh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'renew.sh.in') diff --git a/renew.sh.in b/renew.sh.in index e1d2c6c..c0d9121 100644 --- a/renew.sh.in +++ b/renew.sh.in @@ -1,7 +1,7 @@ #! /bin/sh # This source code is released into the public domain. -_OPENSSL="$(_findbin openssl $ACME_OPENSSL)" +_OPENSSL="$(_findbin openssl $LFACME_OPENSSL)" # Parse command-line arguments. args=$(getopt f $*) @@ -175,7 +175,7 @@ _docert() { # make sure all the hook scripts are valid. if the hook name # begins with a '/' it's a full path, otherwise it's relative - # to ACME_HOOKDIR. + # to LFACME_HOOKDIR. local _rhooks="" for hook in $hooks; do local _hookpath="$(_findhook "$identifier" "$hook")" -- cgit v1.2.3