Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Rebuilt targets
Browse files Browse the repository at this point in the history
  • Loading branch information
deajan committed Apr 21, 2017
1 parent 99c9e19 commit 1ae583a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions dev/debug_pmocr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
PROGRAM="pmocr" # Automatic OCR service that monitors a directory and launches a OCR instance as soon as a document arrives
AUTHOR="(C) 2015-2017 by Orsiris de Jong"
CONTACT="http://www.netpower.fr - ozy@netpower.fr"
PROGRAM_VERSION=1.5.6
PROGRAM_BUILD=2017041003
PROGRAM_VERSION=1.5.7
PROGRAM_BUILD=2017042101

## Debug parameter for service
if [ "$_DEBUG" == "" ]; then
Expand Down Expand Up @@ -1268,7 +1268,8 @@ function VerComp () {
return
}

SERVICE_MONITOR_FILE="$RUN_DIR/$PROGRAM.SERVICE-MONITOR.run.$SCRIPT_PID.$TSTAMP"
# This file must not be cleaned with CleanUp function, hence it's naming scheme is different
SERVICE_MONITOR_FILE="$RUN_DIR/$PROGRAM.$INSTANCE_ID.$SCRIPT_PID.$TSTAMP.SERVICE-MONITOR.run"

function CheckEnvironment {
if [ "$OCR_ENGINE_EXEC" != "" ]; then
Expand Down
7 changes: 4 additions & 3 deletions pmocr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
PROGRAM="pmocr" # Automatic OCR service that monitors a directory and launches a OCR instance as soon as a document arrives
AUTHOR="(C) 2015-2017 by Orsiris de Jong"
CONTACT="http://www.netpower.fr - ozy@netpower.fr"
PROGRAM_VERSION=1.5.6
PROGRAM_BUILD=2017041003
PROGRAM_VERSION=1.5.7
PROGRAM_BUILD=2017042101

## Debug parameter for service
if [ "$_DEBUG" == "" ]; then
Expand Down Expand Up @@ -1178,7 +1178,8 @@ function VerComp () {
return
}

SERVICE_MONITOR_FILE="$RUN_DIR/$PROGRAM.SERVICE-MONITOR.run.$SCRIPT_PID.$TSTAMP"
# This file must not be cleaned with CleanUp function, hence it's naming scheme is different
SERVICE_MONITOR_FILE="$RUN_DIR/$PROGRAM.$INSTANCE_ID.$SCRIPT_PID.$TSTAMP.SERVICE-MONITOR.run"

function CheckEnvironment {
if [ "$OCR_ENGINE_EXEC" != "" ]; then
Expand Down

0 comments on commit 1ae583a

Please sign in to comment.