From d5ba0063335e8cd9ed9cfa043409a8d36be392b8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 24 Oct 2021 06:39:44 +0200 Subject: [PATCH] Update 91-OCR --- papermerge/rootfs/etc/cont-init.d/91-OCR | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/papermerge/rootfs/etc/cont-init.d/91-OCR b/papermerge/rootfs/etc/cont-init.d/91-OCR index 4ff7b31f1..6bfb0ccf8 100644 --- a/papermerge/rootfs/etc/cont-init.d/91-OCR +++ b/papermerge/rootfs/etc/cont-init.d/91-OCR @@ -14,7 +14,7 @@ if [ -n "$OCRLANG" ]; then else echo "package tesseract-ocr-${i} not found in the repository, skipping" fi - sed -i "$LINE a \ "${i}\": \"${i}\"," /data/config/papermerge.conf.py + sed -i "$LINE a \"${i}\": \"${i}\"," /data/config/papermerge.conf.py bashio::log.info "... ${i} installed" done fi