mirror of
https://github.com/tomru/docscan.git
synced 2026-03-03 06:27:21 +01:00
fix var typo
This commit is contained in:
4
run.sh
4
run.sh
@@ -4,7 +4,7 @@ set -o errexit -o nounset
|
||||
|
||||
OCRMYPDF_CMD='docker run --rm -i ocrmypdf'
|
||||
|
||||
SCR_DIR=/mnt/docscans
|
||||
SRC_DIR=/mnt/docscans
|
||||
DST_DIR=/mnt/documents
|
||||
|
||||
LOCKFILE=$SRC_DIR/.lock
|
||||
@@ -55,7 +55,7 @@ do
|
||||
(( FAILED_COUNT+=1 ))
|
||||
fi
|
||||
echo
|
||||
done < <(find $SCR_DIR -maxdepth 1 -name '*.pdf' -print0)
|
||||
done < <(find "$SRC_DIR" -maxdepth 1 -name '*.pdf' -print0)
|
||||
|
||||
echo Done
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user