generate script

This commit is contained in:
Felix Lohmeier 2022-04-20 13:59:14 +02:00
parent fe2d503f64
commit cb66ba59f7
1 changed files with 1 additions and 1 deletions

2
orcli
View File

@ -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