forked from bida/MastodonMegafono
Aggiorna 'megafono_bot.sh'
This commit is contained in:
parent
1974efe7d1
commit
469e09ee19
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ do
|
|||
# after the while loop
|
||||
while read line
|
||||
do
|
||||
text=`extract_text "$line"`
|
||||
text="#avviso%0A"`extract_text "$line"`
|
||||
image=`extract_image "$line"`
|
||||
echo "[$(date)][INFO] Now tooting: $text"
|
||||
if [ "$image" != "" ]
|
||||
|
|
Loading…
Reference in a new issue