commit 0a53e63e20105489c663cdcfb9efbf43b338981b
parent 14568e8d449e86cb15660aa00b55822c4d6850b2
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Sat, 28 Aug 2021 15:47:30 +0200
prevent executation-spam
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/im-notifier.sh b/im-notifier.sh
@@ -48,6 +48,7 @@ function im_signal_listen {
if [[ "$INVOKEDACTION" == " string \"im-notify-tg\"" ]]; then
exec "${TG_ACTION}"
fi
+ sleep 5 # actions probably do not happen more often than that
done
}