Skip to content

Commit

Permalink
Updated for Apache Tika 1.10 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
dameikle committed Aug 13, 2015
1 parent d85cad6 commit 67f0515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/control
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function start {
if isrunning; then
echo "The Tika cartridge is already running" 1>&2
else
nohup java -jar $OPENSHIFT_TIKA_DIR/run/tika-server-1.9.jar -h $OPENSHIFT_TIKA_IP -p $OPENSHIFT_TIKA_PORT &
nohup java -jar $OPENSHIFT_TIKA_DIR/run/tika-server-1.10.jar -h $OPENSHIFT_TIKA_IP -p $OPENSHIFT_TIKA_PORT &
PROCESS_ID=$!
echo $PROCESS_ID > $TIKA_PID_FILE
fi
Expand Down

0 comments on commit 67f0515

Please sign in to comment.