From d899c0ac6cca46b6e194fab9bb9b41adb85c4b37 Mon Sep 17 00:00:00 2001 From: GilbN <24592972+GilbN@users.noreply.github.com> Date: Mon, 12 Apr 2021 17:36:52 +0200 Subject: [PATCH] Update 98-themepark --- calibre-web/root/etc/cont-init.d/98-themepark | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calibre-web/root/etc/cont-init.d/98-themepark b/calibre-web/root/etc/cont-init.d/98-themepark index 8abff82d..e2203aa6 100644 --- a/calibre-web/root/etc/cont-init.d/98-themepark +++ b/calibre-web/root/etc/cont-init.d/98-themepark @@ -4,7 +4,7 @@ echo '--------------------------------' echo '| Calibre-web theme.park Mod |' echo '--------------------------------' -# Display variables for troubleshooting +# Display variables for troubleshooting echo -e "Variables set:\\n\ 'TP_DOMAIN'=${TP_DOMAIN}\\n\ 'TP_THEME'=${TP_THEME}\\n" @@ -28,4 +28,4 @@ if ! grep -q "${TP_DOMAIN}" /app/calibre-web/cps/templates/layout.html; then sed -i "s/<\/head>/<\/head> /g" /app/calibre-web/cps/templates/layout.html printf 'Stylesheet set to %s\n' "${TP_THEME} " -fi \ No newline at end of file +fi