1
0
Fork 0

Aggiorna 'megafono_bot.sh'

This commit is contained in:
jops 2019-02-20 02:25:43 +01:00
parent 1974efe7d1
commit 469e09ee19

View file

@ -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" != "" ]