fixed typo in line 236
This commit is contained in:
parent
631557e74a
commit
f466df1e46
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# openrefine-batch.sh, Felix Lohmeier, v0.6.3, 01.03.2017
|
# openrefine-batch.sh, Felix Lohmeier, v0.6.4, 01.03.2017
|
||||||
# https://github.com/felixlohmeier/openrefine-batch
|
# https://github.com/felixlohmeier/openrefine-batch
|
||||||
|
|
||||||
# user input
|
# user input
|
||||||
|
@ -232,7 +232,7 @@ docker rm ${uuid}
|
||||||
rm -r -f ${outputdir}/workspace*.json
|
rm -r -f ${outputdir}/workspace*.json
|
||||||
# delete duplicates from copied projects
|
# delete duplicates from copied projects
|
||||||
if [ -n "$crossprojects" ]; then
|
if [ -n "$crossprojects" ]; then
|
||||||
for i in "${crossprojects[@]}" ; do rm -r -f ${outputdir}/${i} done
|
for i in "${crossprojects[@]}" ; do rm -r -f ${outputdir}/${i} ; done
|
||||||
fi
|
fi
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue