From 7ffb141f47f8508a4a3bdb19443f0d6111808ca5 Mon Sep 17 00:00:00 2001 From: Scre13 Date: Tue, 9 Nov 2021 05:15:03 +0100 Subject: [PATCH] add hostname to notification subject --- acme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acme.sh b/acme.sh index 66291224..6ef5db7f 100755 --- a/acme.sh +++ b/acme.sh @@ -6403,7 +6403,7 @@ version() { # subject content hooks code _send_notify() { - _nsubject="$1" + _nsubject="$1 on $(hostname -f)" _ncontent="$2" _nhooks="$3" _nerror="$4"