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