diff --git a/megafono_bot.sh b/megafono_bot.sh index a70c6ff..9c88b0d 100755 --- a/megafono_bot.sh +++ b/megafono_bot.sh @@ -34,7 +34,7 @@ do # after the while loop while read line do - #eval ./toot.sh $line + eval ./toot.sh $line SLEEP_TOOT=$(random_time_on_range $FLOOR_HOUR_SLEEP_INTERVAL $CEILING_HOUR_SLEEP_INTERVAL) sleep $SLEEP_TOOT"h" done < ${DATA_FILE}