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