Browse Source

range orario su sintesi da discussione https://mastodon.bida.im/@pepsy/101625232756630453

jops 5 years ago
parent
commit
b903caf391
1 changed files with 1 additions and 1 deletions
  1. 1 1
      megafono_bot.sh

+ 1 - 1
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}