echo next check

This commit is contained in:
Shihaam Abdul Rahman 2021-05-12 22:23:19 +05:00
parent f9e98e0e35
commit 32c51f7d69

View File

@ -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