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 Feb 6, 2017
1 parent a0e2ba9 commit 09ad346
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions dev/debug_pmocr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PROGRAM="pmocr" # Automatic OCR service that monitors a directory and launches a
AUTHOR="(C) 2015-2017 by Orsiris de Jong"
CONTACT="http://www.netpower.fr - ozy@netpower.fr"
PROGRAM_VERSION=1.5.2
PROGRAM_BUILD=2017010405
PROGRAM_BUILD=2017020601

## Debug parameter for service
if [ "$_DEBUG" == "" ]; then
Expand Down Expand Up @@ -1590,7 +1590,7 @@ do
_SILENT=true
;;
--verbose|-v)
_VERBOSE=true
_LOGGER_VERBOSE=true
;;
-p|--target=PDF|--target=pdf)
pdf=true
Expand Down Expand Up @@ -1686,7 +1686,7 @@ if [ $_SERVICE_RUN == true ]; then
exit 1
fi

if [ $_VERBOSE == false ]; then
if [ $_LOGGER_VERBOSE == false ]; then
_LOGGER_ERR_ONLY=true
fi

Expand Down
6 changes: 3 additions & 3 deletions pmocr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PROGRAM="pmocr" # Automatic OCR service that monitors a directory and launches a
AUTHOR="(C) 2015-2017 by Orsiris de Jong"
CONTACT="http://www.netpower.fr - ozy@netpower.fr"
PROGRAM_VERSION=1.5.2
PROGRAM_BUILD=2017010405
PROGRAM_BUILD=2017020601

## Debug parameter for service
if [ "$_DEBUG" == "" ]; then
Expand Down Expand Up @@ -1552,7 +1552,7 @@ do
_SILENT=true
;;
--verbose|-v)
_VERBOSE=true
_LOGGER_VERBOSE=true
;;
-p|--target=PDF|--target=pdf)
pdf=true
Expand Down Expand Up @@ -1648,7 +1648,7 @@ if [ $_SERVICE_RUN == true ]; then
exit 1
fi

if [ $_VERBOSE == false ]; then
if [ $_LOGGER_VERBOSE == false ]; then
_LOGGER_ERR_ONLY=true
fi

Expand Down

0 comments on commit 09ad346

Please sign in to comment.