From ddfc2a7649e68afdda6b08e77941679d2cf92bdb Mon Sep 17 00:00:00 2001 From: Juraj Bednar Date: Mon, 10 Jun 2024 00:05:17 +0200 Subject: [PATCH] handle output of simplex --- signal-monitoring.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signal-monitoring.sh b/signal-monitoring.sh index ba3ba6b..201b9a1 100755 --- a/signal-monitoring.sh +++ b/signal-monitoring.sh @@ -50,7 +50,7 @@ function notify { # LXMF / Reticulum / Sideband #echo "$1" | LXMF-NotifyBot.py "${LXMF_DESTINATION}" "${LXMF_NAME}" "${LXMF_PROPAGATION}" > /dev/null # SimpleX - #simplex-chat -e "@${SIMPLEX_DESTINATION} ${1}" + #simplex-chat -e "@${SIMPLEX_DESTINATION} ${1}" > /dev/null log "Sending notification ${1}" }