From 924cc9181add7de9f096c126f9915952dd32a23f Mon Sep 17 00:00:00 2001 From: Alexandre Date: Mon, 29 Nov 2021 10:08:53 +0100 Subject: [PATCH] avoid misreading --- paperless_ng/rootfs/etc/cont-init.d/90-config_yaml.sh | 2 +- zzz_templates/{config.yaml => config.template} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename zzz_templates/{config.yaml => config.template} (100%) 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 603db8daa..2d0c840ea 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 @@ -20,7 +20,7 @@ else cp /templates/config.yaml "$(dirname "${CONFIGSOURCE}")" else # Download template - TEMPLATESOURCE="https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/zzz_templates/config.yaml" + TEMPLATESOURCE="https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/zzz_templates/config.template" curl -L -f -s $TEMPLATESOURCE --output $CONFIGSOURCE fi # Need to restart diff --git a/zzz_templates/config.yaml b/zzz_templates/config.template similarity index 100% rename from zzz_templates/config.yaml rename to zzz_templates/config.template