when reading feed file names from feed directory, randomize them
Este cometimento está contido em:
ascendente
cb1a4c743c
cometimento
7d664e4752
2
randrss
2
randrss
@ -28,7 +28,7 @@ if [ "$3" = "syncnow" ] ; then
|
|||||||
syncnow=1
|
syncnow=1
|
||||||
fi
|
fi
|
||||||
while true ; do
|
while true ; do
|
||||||
ls "$feedsconfigdir" | while read line ; do
|
ls "$feedsconfigdir" | shuf | while read line ; do
|
||||||
source "$feedsconfigdir/$line"
|
source "$feedsconfigdir/$line"
|
||||||
|
|
||||||
sleepfor=0
|
sleepfor=0
|
||||||
|
Carregando…
x
Criar uma nova questão referindo esta
Bloquear um utilizador