From cd5bf91f5159a26c34eed0f717a2925a1905f902 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 28 Nov 2021 21:45:18 +0100 Subject: [PATCH] Update 90-config_yaml.sh --- paperless_ng/rootfs/etc/cont-init.d/90-config_yaml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 13bb7731f..ad7180aba 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 @@ -64,7 +64,7 @@ for word in $(parse_yaml "$CONFIGSOURCE" ""); do # Data validation if [[ $word =~ ^.+[=].+$ ]]; then sed -i "1a export $word" /etc/services.d/*/run # Export the variable - blue=4 && sed -i "1a echo \"$(tput setaf $blue)ENV exported : $word$(tput sgr0)\"" aze # Show text in blue + sed -i "1a echo \"$(tput setaf 2)... ENV exported : $word$(tput sgr0)\"" /etc/services.d/*/run # Show text in colour bashio::log.blue "$word" else bashio::log.fatal "$word does not follow the structure KEY=text, it will be ignored and removed from the config"