when reading feed file names from feed directory, randomize them

This commit is contained in:
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