mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2024-11-22 15:35:09 +00:00
remove unneeded variable from killback
This commit is contained in:
parent
3b25adfeb2
commit
fd5f9d4ff0
@ -512,7 +512,6 @@ case "$1" in
|
||||
echo -e "\e[0;31mNo background processes.\e[0m"; break
|
||||
else
|
||||
REMOVE="$(cat "$FILE")"
|
||||
CHAT[ID]="${REMOVE%%:*}"
|
||||
JOB="${REMOVE#*:}"
|
||||
fifo="back-${JOB%:*}-${ME}_${REMOVE%%:*}"
|
||||
echo "killbackground ${fifo}"
|
||||
|
Loading…
Reference in New Issue
Block a user