From a063c54abfe8ee76dfd70343780ccd5659b2641f Mon Sep 17 00:00:00 2001 From: Athfan Khaleel Date: Mon, 30 Aug 2021 15:30:06 +0500 Subject: [PATCH] - Comment out debug line. --- bml-tg-notify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bml-tg-notify.sh b/bml-tg-notify.sh index 3867f82..42f8835 100755 --- a/bml-tg-notify.sh +++ b/bml-tg-notify.sh @@ -63,7 +63,7 @@ then if [ "$CHECKDIFF2" = "1" ] then echo "=============" ; echo NEW DAY ; echo "=============" - curl -s $TG_BOTAPI$TG_BOT_TOKEN/sendMessage?chat_id=$TG_CHATID'&'text=GO%20TO%20SLEEP%0AITS%0000 + # curl -s $TG_BOTAPI$TG_BOT_TOKEN/sendMessage?chat_id=$TG_CHATID'&'text=GO%20TO%20SLEEP%0AITS%0000 else echo $HISTORY | jq DESCRIPTION=$(echo $HISTORY | jq -r .description | head -n1) ; echo $DESCRIPTION # get last trascation description