From efaeba15c3844d207b02d1f2285a2ac18d005da5 Mon Sep 17 00:00:00 2001 From: olli <> Date: Mon, 19 Aug 2024 16:37:27 +0200 Subject: [PATCH] matrix html --- basics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics.yml b/basics.yml index dfc2d11..3660c7f 100644 --- a/basics.yml +++ b/basics.yml @@ -769,7 +769,7 @@ then if [ -p "/usr/local/share/$(hostname).fifo" ] then - matrix_message=$(echo "${subj}
${orig_message}") + matrix_message=$(echo "

${subj}


${orig_message}
") matrix_target="/usr/local/share/$(hostname).fifo" [ -n "$togroup" ] && [ -p "/usr/local/share/$(hostname)-${togroup}.fifo" ] && matrix_target="/usr/local/share/$(hostname)-${togroup}.fifo" echo "$matrix_message" | perl -pe 's/\n/
/' | perl -pe 's/\$/\n/; s/^\//;' >"$matrix_target"