Korrektur Mini-Anzeigefehler in Script transform+export.sh

This commit is contained in:
Felix Lohmeier 2017-01-06 16:01:02 +01:00
parent 1ccd50e88a
commit 1fea1f9f39
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
# Script zur Transformation und zum Export von Projekten mit OpenRefine
# Variante "Komfort", Stand: 20.11.2016
# Variante "Komfort", Stand: 06.01.2017
#
# Voraussetzungen:
# 1. Docker
@ -25,7 +25,7 @@ port=8888
ram=3G
# Variablen ausgeben
echo "Transformationsdateien: " ${jsonfiles}
echo "Transformationsdateien: " ${jsonfiles[@]}
echo "Arbeitsverzeichnis: " ${workdir}
echo "OpenRefine auf Port: " ${port}
echo "OpenRefine max. RAM: " ${ram}