mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2025-02-05 11:58:24 +00:00
bin: edit_message: remove set -x
This commit is contained in:
parent
eab840868e
commit
abe058a53a
@ -22,7 +22,7 @@ USAGE='send_edit_message.sh [-h|--help] [format|caption] "CHAT[ID]" "MESSAGE[ID]
|
||||
# AUTHOR: KayM (gnadelwartz), kay@rrr.de
|
||||
# CREATED: 23.12.2020 16:52
|
||||
#
|
||||
#### $$VERSION$$ v1.30-dev-16-g28ab301
|
||||
#### $$VERSION$$ v1.30-dev-17-geab8408
|
||||
#===============================================================================
|
||||
|
||||
####
|
||||
@ -72,7 +72,6 @@ else
|
||||
fi
|
||||
|
||||
# send message in selected format
|
||||
set -x
|
||||
"${SEND}" "${CHAT}" "$2" "$3"
|
||||
|
||||
# output send message result
|
||||
|
Loading…
x
Reference in New Issue
Block a user