1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +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 = ''
flix_cache="${cacheLocation}/flix_index"
find ${flixLocation} -type f > "$flix_cache"
find ${flixLocation}/download/sorted -type f > "$flix_cache"
'';
startAt = "hourly";
serviceConfig.Type = "oneshot";