From 32c51f7d69f52f53ee3ce010a5be39fad5a784aa Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Wed, 12 May 2021 22:23:19 +0500 Subject: [PATCH] echo next check --- bml-tg-notify/bml-tg-notify.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bml-tg-notify/bml-tg-notify.sh b/bml-tg-notify/bml-tg-notify.sh index ec4cb62..6d164b7 100755 --- a/bml-tg-notify/bml-tg-notify.sh +++ b/bml-tg-notify/bml-tg-notify.sh @@ -46,6 +46,7 @@ then ENTITY=`echo $ENTITY | sed "s/ /%20/g"` TGTEXT=$(echo $DESCRIPTION%0A$FROMTO:%20$ENTITY%0A$CURRENCY:%20$AMOUNT) curl -s $TG_BOTAPI$TG_BOT_TOKEN/sendMessage?chat_id=$TG_CHATID'&'text=$TGTEXT > /dev/null + echo "Next Check in $SLEEP seconds" else echo "nothing new..checking again in $SLEEP seconds" fi