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 76de07458d6b91b63c59d52a5c9e60aaac788368
parent 2ea5b3218ed335ea2deaccfe3a6b94db72376e7f
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat, 28 Aug 2021 15:57:51 +0200

Fix initial message

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

diff --git a/im-notifier.sh b/im-notifier.sh @@ -83,7 +83,7 @@ function tg_notify { # Notify user about running state of the daemon INITMSG="Enabled Services:" -if [[ "$TELEGRAM" == "1" ]]; then +if [[ $TELEGRAM != 0 ]]; then INITMSG="$INITMSG Telegram" fi im_notify "IM-Notifier" 0 "gnome-settings" "$INITMSG" "[]"