🧹 examples/fix-ocr-d-gt-page.sh: rmdir after ocrd workspace remove-group is not necessary anymore

This commit is contained in:
Gerber, Mike 2020-06-25 20:29:27 +02:00
parent c10ddb1d26
commit ba27abab27

View file

@ -58,5 +58,4 @@ for f in "$tmp_fg"/*; do
done
ocrd workspace remove-group -rf $tmp_fg
rmdir $tmp_fg
~~~