From 578cb4ccf3723b692c5cbe18bf8eb146999dab53 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Wed, 4 Jun 2025 05:56:21 +0100 Subject: make default/verbose output more consistent --- http.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'http.sh') diff --git a/http.sh b/http.sh index 2dff63f..0ae034e 100644 --- a/http.sh +++ b/http.sh @@ -34,11 +34,13 @@ _file="${ACME_HTTP_CHALLENGE_DIR}/${TOKEN}" case "$ACTION" in begin) + _verbose "creating validation token %s" "$_file" echo "$AUTH" >"$_file" exit $? ;; done|failed) + _verbose "deleting validation token %s" "$_file" rm -f "$_file" exit $? ;; -- cgit v1.2.3