when reading feed file names from feed directory, randomize them

Este commit está contenido en:
Albert S. 2017-08-11 13:42:29 +02:00
padre cb1a4c743c
commit 7d664e4752
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -28,7 +28,7 @@ if [ "$3" = "syncnow" ] ; then
syncnow=1
fi
while true ; do
ls "$feedsconfigdir" | while read line ; do
ls "$feedsconfigdir" | shuf | while read line ; do
source "$feedsconfigdir/$line"
sleepfor=0