pub / pp-notifier

Instant Messenger Notification daemon for the PinePhone
git clone https://src.jayvii.de/pub/pp-notifier.git
Home | Log | Files | Exports | Refs | README | RSS

commit c9bcac79ab0f4dd10a90f6c83a56a573945ff3e1
parent b117bc0901b8dfc9203c04a47ad23fe492396ad3
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sun, 22 Aug 2021 15:00:11 +0200

Enable telegram when flag is not 0

Diffstat:
Mim-notifier.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/im-notifier.sh b/im-notifier.sh @@ -46,7 +46,7 @@ function tg_notify { while :; do - if [[ $TELEGRAM == 0 ]]; then + if [[ $TELEGRAM != 0 ]]; then # kill after some time tg_kill $TIMEOUT &