Skip to content

Commit e1a0145

Browse files
committed
Allow adding additional folddisco parameters through .params
1 parent ef6024e commit e1a0145

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/worker.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,6 +1529,7 @@ rm -rf -- "${BASE}/tmp"
15291529
"-t",
15301530
strconv.Itoa(threads),
15311531
}
1532+
parameters = append(parameters, strings.Fields(params.Search)...)
15321533

15331534
cmd, done, err := execCommand(config.Verbose, parameters, []string{})
15341535
if err != nil {

0 commit comments

Comments
 (0)