From ca7f9fc4297f62df4faa8a8a1fc5f85b722ba925 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 18 Jan 2021 15:57:50 +0100 Subject: [PATCH] Update 51-install_options --- nextcloud/root/etc/cont-init.d/51-install_options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/root/etc/cont-init.d/51-install_options b/nextcloud/root/etc/cont-init.d/51-install_options index 6768ca452..8a94923a7 100644 --- a/nextcloud/root/etc/cont-init.d/51-install_options +++ b/nextcloud/root/etc/cont-init.d/51-install_options @@ -4,7 +4,7 @@ if bashio::config.has_value 'OCR'; then if $(bashio::config 'OCR') = true; then bashio::log.info 'Installing OCR' && \ - apk add --no-cache tesseract-ocr \ + apk add --no-cache tesseract-ocr elif $(bashio::config 'OCR') = false; then bashio::log.info 'Removing OCR' && \ apk del tesseract-ocr.*