From d5228ad99b265bc22d401a5b9a5d4bfad8726d7a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 26 Feb 2023 09:12:53 +0100 Subject: [PATCH] Quiet --- nextcloud/rootfs/etc/cont-init.d/99-ocr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/rootfs/etc/cont-init.d/99-ocr.sh b/nextcloud/rootfs/etc/cont-init.d/99-ocr.sh index be9ef37e7..f51b0f167 100755 --- a/nextcloud/rootfs/etc/cont-init.d/99-ocr.sh +++ b/nextcloud/rootfs/etc/cont-init.d/99-ocr.sh @@ -23,7 +23,7 @@ if [ "$(bashio::config 'OCR')" = "true" ]; then occ app:enable files_fulltextsearch_tesseract &>/dev/null || true echo "Installing OCR" - apk add --quite --no-cache ocrmypdf + apk add --quiet --no-cache ocrmypdf apk add --quiet --no-cache tesseract-ocr || apk add --quiet --no-cache tesseract-ocr@community # Install additional language if requested if bashio::config.has_value 'OCRLANG'; then