add hostname to notification subject

pull/3799/head
Scre13 2021-11-09 05:15:03 +01:00
parent 2b2845aa07
commit 7ffb141f47
1 changed files with 1 additions and 1 deletions

View File

@ -6403,7 +6403,7 @@ version() {
# subject content hooks code
_send_notify() {
_nsubject="$1"
_nsubject="$1 on $(hostname -f)"
_ncontent="$2"
_nhooks="$3"
_nerror="$4"