From 503c1616107877fdeb524df6b3e0747c509bda41 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 22 Dec 2021 05:24:38 +0100 Subject: [PATCH] Update 93-multiocr.sh --- paperless_ng/rootfs/etc/cont-init.d/93-multiocr.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/paperless_ng/rootfs/etc/cont-init.d/93-multiocr.sh b/paperless_ng/rootfs/etc/cont-init.d/93-multiocr.sh index f14556eb2..5bd9b4326 100644 --- a/paperless_ng/rootfs/etc/cont-init.d/93-multiocr.sh +++ b/paperless_ng/rootfs/etc/cont-init.d/93-multiocr.sh @@ -1,4 +1,5 @@ -!/usr/bin/with-contenv bash +#!/usr/bin/with-contenv bashio + OCRLANG=$(bashio::config 'OCRLANG') if [ -n "$OCRLANG" ]; then apt-get update &>/dev/null