From 5f69d3af111bc6dd01345823464baa8ecca56665 Mon Sep 17 00:00:00 2001 From: GilbN <24592972+GilbN@users.noreply.github.com> Date: Fri, 30 Jul 2021 01:22:17 +0200 Subject: [PATCH] Update 98-themepark --- readarr/root/etc/cont-init.d/98-themepark | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readarr/root/etc/cont-init.d/98-themepark b/readarr/root/etc/cont-init.d/98-themepark index 17263f67..8790bf05 100644 --- a/readarr/root/etc/cont-init.d/98-themepark +++ b/readarr/root/etc/cont-init.d/98-themepark @@ -43,7 +43,7 @@ if ! grep -q "${TP_DOMAIN}" "${APP_FILEPATH}"; then sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}" sed -i "s/<\/head>/<\/head> /g" "${LOGIN_FILEPATH}" printf 'Stylesheet set to %s\n' "${TP_THEME}" -. if [[ -n ${TP_ADDON} ]]; then + if [[ -n ${TP_ADDON} ]]; then sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}" printf 'Added custom addon: %s\n\n' "${TP_ADDON}" fi