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 b117bc0901b8dfc9203c04a47ad23fe492396ad3
parent 6156099fb3425d5b508e2a7b95953615d758cb7a
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sun, 22 Aug 2021 14:58:51 +0200

Prevent issues with spaces

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

diff --git a/im-notifier.sh b/im-notifier.sh @@ -39,7 +39,7 @@ function tg_kill { fi } function tg_notify { - im_notify "Telegram" $2 "telegram" $1 + im_notify "Telegram" $2 "telegram" "$1" } # Run Daemon ------------------------------------------------------------------