Do not print the Java command when running refine on linux

This commit is contained in:
Antonin Delpeuch 2019-03-01 11:16:28 +00:00
parent 2a92726294
commit 5210d838ec

3
refine
View File

@ -567,9 +567,6 @@ run() {
RUN_CMD=("$JAVA" -cp "$CLASSPATH" "${OPTS[@]}" "com.google.refine.Refine")
echo "${RUN_CMD[@]}"
#echo ""
echo "Starting OpenRefine at 'http://${REFINE_HOST}:${REFINE_PORT}/'"
echo ""