when reading feed file names from feed directory, randomize them

Этот коммит содержится в:
Albert S. 2017-08-11 13:42:29 +02:00
родитель cb1a4c743c
Коммит 7d664e4752
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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