mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2025-02-11 06:28:48 +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
|
# AUTHOR: KayM (gnadelwartz), kay@rrr.de
|
||||||
# CREATED: 23.12.2020 16:52
|
# CREATED: 23.12.2020 16:52
|
||||||
#
|
#
|
||||||
#### $$VERSION$$ v1.30-dev-16-g28ab301
|
#### $$VERSION$$ v1.30-dev-17-geab8408
|
||||||
#===============================================================================
|
#===============================================================================
|
||||||
|
|
||||||
####
|
####
|
||||||
@ -72,7 +72,6 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# send message in selected format
|
# send message in selected format
|
||||||
set -x
|
|
||||||
"${SEND}" "${CHAT}" "$2" "$3"
|
"${SEND}" "${CHAT}" "$2" "$3"
|
||||||
|
|
||||||
# output send message result
|
# output send message result
|
||||||
|
Loading…
x
Reference in New Issue
Block a user