Skip to content

Commit

Permalink
Fix echo line
Browse files Browse the repository at this point in the history
  • Loading branch information
José Manuel Cabrera committed Feb 15, 2017
1 parent bf0c824 commit db7540a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sendtelegram.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if [ ! -z $PARSEMODE_ARG ] && [[ "$PARSEMODE_ARG" != +(markdown|html) ]]; then u
URL="https://api.telegram.org/bot$TOKEN/sendMessage"
TIMEOUT=10

echo "Sending message '$TEXT' to $CHATID with CMDARGS $CMDARGS"
echo "Sending message '$TEXT' to $CHATID"

CMDARGS="chat_id=$CHATID&disable_web_page_preview=1&text=$TEXT"

Expand Down

0 comments on commit db7540a

Please sign in to comment.