add hostname to notification subject

pull/3799/head
Scre13 3 years ago
parent 2b2845aa07
commit 7ffb141f47

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

Loading…
Cancel
Save