diff --git a/megafono_bot.sh b/megafono_bot.sh index 2cda15e..988e04b 100755 --- a/megafono_bot.sh +++ b/megafono_bot.sh @@ -20,7 +20,7 @@ do # after the while loop while read line do - ./toot.sh $line + eval ./toot.sh $line sleep ${SLEEP_INTERVAL} done < ${DATA_FILE}