Workflow ergänzt; Port auf 3334 gesetzt
This commit is contained in:
parent
998a4f731b
commit
d26cbddc34
4
main.sh
4
main.sh
|
@ -11,6 +11,7 @@ source bash-refine.sh
|
|||
|
||||
# override default config
|
||||
memory="8G"
|
||||
endpoint="http://localhost:3334"
|
||||
|
||||
# check requirements, set trap, create workspace and tee to logfile
|
||||
init
|
||||
|
@ -23,6 +24,9 @@ source config/bibliotheca-01.sh
|
|||
checkpoint "Bibliotheca Hauptverarbeitung"; echo
|
||||
source config/bibliotheca-02.sh
|
||||
|
||||
checkpoint "PICA+ generieren"; echo
|
||||
source config/ba-sachsen.sh
|
||||
|
||||
# ================================= STATS ================================= #
|
||||
|
||||
# calculate run time based on checkpoints
|
||||
|
|
Loading…
Reference in New Issue