From a6601ccf47e2071f9456b9eb9fb27a37b37209f2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 28 Nov 2021 21:34:51 +0100 Subject: [PATCH] Update 90-config_yaml.sh --- paperless_ng/rootfs/etc/cont-init.d/90-config_yaml.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paperless_ng/rootfs/etc/cont-init.d/90-config_yaml.sh b/paperless_ng/rootfs/etc/cont-init.d/90-config_yaml.sh index f53744447..13bb7731f 100644 --- a/paperless_ng/rootfs/etc/cont-init.d/90-config_yaml.sh +++ b/paperless_ng/rootfs/etc/cont-init.d/90-config_yaml.sh @@ -21,7 +21,7 @@ else cp /templates/config.yaml "$(dirname "${CONFIGSOURCE}")" # Need to restart bashio::log.fatal "Config file not found, creating a new one. Please customize the file in $CONFIGSOURCE before restarting." - bashio::exit.nok + # bashio::exit.nok fi # Check if yaml is valid @@ -32,7 +32,7 @@ if [ $EXIT_CODE = 0 ]; then else cat ERROR bashio::log.fatal "Config file has an invalid yaml format. Please check the file in $CONFIGSOURCE. Errors list above." - bashio::exit.nok + # bashio::exit.nok fi # Export all yaml entries as env variables