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