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:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user