1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 12:21:08 +01:00

fix(flix): only index sorted files

This commit is contained in:
Kierán Meinhardt
2020-04-16 10:37:27 +02:00
parent 64666ba42e
commit 54a9762dfb

View File

@@ -22,7 +22,7 @@ in {
script = '' script = ''
flix_cache="${cacheLocation}/flix_index" flix_cache="${cacheLocation}/flix_index"
find ${flixLocation} -type f > "$flix_cache" find ${flixLocation}/download/sorted -type f > "$flix_cache"
''; '';
startAt = "hourly"; startAt = "hourly";
serviceConfig.Type = "oneshot"; serviceConfig.Type = "oneshot";