generate script
This commit is contained in:
parent
fe2d503f64
commit
cb66ba59f7
2
orcli
2
orcli
|
@ -624,7 +624,7 @@ orcli_batch_command() {
|
|||
fi
|
||||
|
||||
# start OpenRefine with tmp workspace and autosave period 25 hours
|
||||
$openrefine -d "$tmpdir" -m "${args[--memory]}" -p "${args[--port]}" -x refine.autosave=1440 -v warn &>"$tmpdir/openrefine.log" &
|
||||
REFINE_AUTOSAVE_PERIOD=1440 $openrefine -d "$tmpdir" -m "${args[--memory]}" -p "${args[--port]}" -x refine.headless=true -v warn &>"$tmpdir/openrefine.log" &
|
||||
openrefine_pid="$!"
|
||||
|
||||
# update trap to kill OpenRefine on error or exit
|
||||
|
|
Loading…
Reference in New Issue