forked from encrypt/toot
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
|
# after the while loop
|
||||||
while read line
|
while read line
|
||||||
do
|
do
|
||||||
text=`extract_text "$line"`
|
text="#avviso%0A"`extract_text "$line"`
|
||||||
image=`extract_image "$line"`
|
image=`extract_image "$line"`
|
||||||
echo "[$(date)][INFO] Now tooting: $text"
|
echo "[$(date)][INFO] Now tooting: $text"
|
||||||
if [ "$image" != "" ]
|
if [ "$image" != "" ]
|
||||||
|
|
Loading…
Reference in a new issue